Added type changes for 36113

This commit is contained in:
Chomp
2025-04-09 13:33:13 +01:00
parent 78739da6cb
commit c149099b77
3 changed files with 26 additions and 3 deletions
@@ -702,6 +702,13 @@ public record LocationBase
set;
}
[JsonPropertyName("OneTimeSpawn")]
public double? OneTimeSpawn
{
get;
set;
}
[JsonPropertyName("exits")]
public List<Exit>? Exits
{