// Auto Generated Code By excel2json // Generate From Excel\Region.xlsx. SheetName: RegionConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "RegionConfig")] public partial class RegionConfigHolder : ConfigHolder { } [Serializable] public struct RegionConfig : IConfig { public int GetID() {return ID;} /// ///ID /// public int ID; /// ///地区名字 /// public string name; /// ///相关诗词 /// public int[] Poets; } } // End of Auto Generated Code