Change property naming to be more consistent (#578)

This commit is contained in:
Archangel
2025-08-28 15:31:50 +02:00
parent da96cfbf79
commit 7e2e3db3fd
22 changed files with 105 additions and 106 deletions
@@ -790,10 +790,10 @@ public record ColliderParams
}
[JsonPropertyName("_props")]
public ColliderProps? Props { get; set; }
public ColliderProperties? Properties { get; set; }
}
public record ColliderProps
public record ColliderProperties
{
[JsonPropertyName("Center")]
public XYZ? Center { get; set; }