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