//------------------------------------------------------------------------------ // // 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 Cfg.dungeon { public enum Mode { /// /// 经验 /// Exp = 1, /// /// 华夏币 /// Money = 2, /// /// 材料 /// Material = 3, /// /// 宠物 /// Pet = 4, /// /// 银元 /// YinYuan = 5, /// /// 远古 /// YuanGu = 6, } }