// // automatically generated by the FlatBuffers compiler, do not modify // namespace SCHALE.Common.FlatData { public enum ObstacleHeightType : int { Low = 0, Middle = 1, High = 2, }; }