Added type changes for 36113
This commit is contained in:
@@ -702,6 +702,13 @@ public record LocationBase
|
||||
set;
|
||||
}
|
||||
|
||||
[JsonPropertyName("OneTimeSpawn")]
|
||||
public double? OneTimeSpawn
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
[JsonPropertyName("exits")]
|
||||
public List<Exit>? Exits
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user