// Auto Generated Code By excel2json // Generate From Excel\EventConfig.xlsx. SheetName: EventNPC using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "EventNPC.json")] public partial class EventNPCHolder : ConfigHolder { } [Serializable] public struct EventNPC : IConfig { public int GetID() {return ID;} /// ///ID /// public int ID; /// ///半身像icon /// public int ID_1; /// ///道友ID /// public int DaoyouID; } } // End of Auto Generated Code