// Auto Generated Code By excel2json // Generate From Excel\Tower.xlsx. SheetName: TowerRankConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "TowerRankConfig.json")] public partial class TowerRankConfigHolder : ConfigHolder { } [Serializable] public struct TowerRankConfig : IConfig { public int GetID() {return ID;} /// ///ID /// public int ID; /// ///所属赛季 /// public int SeasonID; /// ///奖励道具ID /// public int[] AwardItemID; /// ///奖励道具数量 /// public int[] AwardItemCount; /// ///排名 /// public int[] Rank; /// ///邮件文本 /// public int RankMailDesc; /// ///发件人 /// public int RankMailSender; /// ///邮件标题 /// public int RankMailTitle; } } // End of Auto Generated Code