Update and new 11x11 server grid

This commit is contained in:
GrapeshotGames 2020-07-07 13:04:28 -04:00
parent cffac3d0df
commit c86f24b31c
12 changed files with 278839 additions and 166523 deletions

View file

@ -323,6 +323,8 @@ namespace AtlasGridDataLibrary
public float singleSpawnPointX;
public float singleSpawnPointY;
public float singleSpawnPointZ;
[JsonProperty(DefaultValueHandling = DefaultValueHandling.Ignore, NullValueHandling = NullValueHandling.Ignore)]
public float maxIslandClaimFlagZ;
}
public class DiscoveryZoneData : MoveableObjectData