terraform update

This commit is contained in:
2024-05-01 21:20:04 -05:00
parent 3d683fc9a3
commit e8df9ef0ea
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2310,8 +2310,8 @@ public class Enum {
public enum CityBoundsType {
GRID(640),
ZONE(775),
PLACEMENT(776);
ZONE(680),
PLACEMENT(681);
public final float extents;