// Auto Generated Code By excel2json // Generate From Excel\Battlepass.xlsx. SheetName: BattlePassExpConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "BattlePassExpConfig.json")] public partial class BattlePassExpConfigHolder : ConfigHolder { } [Serializable] public struct BattlePassExpConfig : IConfig { public int GetID() {return ID;} /// ///ID /// public int ID; /// ///时间周编号 战令开启的当周为1 /// public int WeekNum; /// ///战令在本周的经验上限 /// public int ExpLimit; } } // End of Auto Generated Code