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