// Auto Generated Code By excel2json // Generate From Excel\ShowText.xlsx. SheetName: ShowTextConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "ShowTextConfig.json")] public partial class ShowTextConfigHolder : ConfigHolder { } [Serializable] public struct ShowTextConfig : IConfig { public int GetID() {return ID;} /// ///ID /// public int ID; /// ///对话内容 /// public string name; } } // End of Auto Generated Code