//------------------------------------------------------------------------------ // // 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 Server.Config { public enum PropType { /// /// 复活卡 /// ReviveCard = 10004, /// /// 公会令 /// ClubToken = 10005, /// /// 总公会令 /// ClubSuperToken = 10006, /// /// 参赛券 /// MatchCard = 10007, /// /// 计牌器 /// HandTracker = 200000, } }