Added new IsMountable property

This commit is contained in:
Chomp
2025-03-19 17:27:48 +00:00
parent d878ca7037
commit 2c13e0d04e
@@ -3026,6 +3026,13 @@ public record Props
set;
}
[JsonPropertyName("IsMountable")]
public bool? IsMountable
{
get;
set;
}
[JsonPropertyName("LightAndSoundShotAngle")]
public double? LightAndSoundShotAngle
{