// Auto Generated Code By excel2json // Generate From Excel\Tower.xlsx. SheetName: TowerConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "TowerConfig.json")] public partial class TowerConfigHolder : ConfigHolder { } [Serializable] public struct TowerConfig : IConfig { public int GetID() {return ID;} /// ///modelID /// public int ID; /// /// /// public int name; /// /// /// public int massge; /// ///塔的详情效果Id组 /// public int towerinfoIdGroup; } } // End of Auto Generated Code