// Auto Generated Code By excel2json // Generate From Excel\HeroRelic.xlsx. SheetName: RelicTextConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "RelicTextConfig.json")] public partial class RelicTextConfigHolder : ConfigHolder { } [Serializable] public struct RelicTextConfig : IConfig { public int GetID() {return ID;} /// ///ID /// public int ID; /// ///属性代表 /// public int AttType1; /// ///文本描述 /// public int AttLab; } } // End of Auto Generated Code