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