Fixed OpenZones type

This commit is contained in:
Chomp
2025-01-16 16:05:06 +00:00
parent 24dfd7cc11
commit 7e0dc7f804
+1 -1
View File
@@ -839,7 +839,7 @@ public class Wave
public List<string>? SpawnMode { get; set; }
[JsonPropertyName("OpenZones")]
public List<string>? OpenZones { get; set; }
public string? OpenZones { get; set; }
}
public class LocationEvents