Added new IsMountable property
This commit is contained in:
@@ -3026,6 +3026,13 @@ public record Props
|
||||
set;
|
||||
}
|
||||
|
||||
[JsonPropertyName("IsMountable")]
|
||||
public bool? IsMountable
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
[JsonPropertyName("LightAndSoundShotAngle")]
|
||||
public double? LightAndSoundShotAngle
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user