//------------------------------------------------------------------------------ // // This code was generated by a tool. // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Game.Config.res { public enum ShowPostion { /// /// 默认值 /// Default = 0, /// /// 第一排第一个 /// ONE = 1, /// /// 第一排第二个 /// TWO = 2, /// /// 第一排第三个 /// THREE = 3, /// /// 第一排第四个 /// FOUR = 4, /// /// 第二排第一个 /// FIVE = 5, /// /// 第二排第二个 /// SIX = 6, /// /// 第二排第三个 /// SEVEN = 7, /// /// 第二排第四个 /// EIGHT = 8, } }