// // automatically generated by the FlatBuffers compiler, do not modify // namespace SCHALE.Common.FlatData { public enum TileState : int { None = 0, PartiallyConquested = 1, FullyConquested = 2, }; }