// Auto Generated Code By excel2json // Generate From Excel\DaoyouConfig.xlsx. SheetName: DaoyouLevelupConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "DaoyouLevelupConfig.json")] public partial class DaoyouLevelupConfigHolder : ConfigHolder { } [Serializable] public struct DaoyouLevelupConfig : IConfig { public int GetID() {return ID;} /// ///LV /// public int ID; /// ///名称 /// public int name; /// ///升级所需经验 /// public int exp; /// ///道具奖励ID /// public int[] prizeID; /// ///道具奖励数量 /// public int[] prizeNum; /// ///挂机增益成长率 100=100% /// public int guajiGrowup; } } // End of Auto Generated Code