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