// 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 Column1; /// ///升级所需经验 /// public int Column3; /// ///道具奖励ID /// public int[] Column4; /// ///道具奖励数量 /// public int[] Column5; /// ///挂机增益成长率 100=100% /// public int Column6; } } // End of Auto Generated Code