// Auto Generated Code By excel2json // Generate From Excel\Item.xlsx. SheetName: ItemAssociateConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "ItemAssociateConfig.json")] public partial class ItemAssociateConfigHolder : ConfigHolder { } [Serializable] public struct ItemAssociateConfig : IConfig { public int GetID() {return ID;} /// ///序列号 /// #if !COMBAT_SERVER public int ID; #else public int ID{ set; get; } #endif /// ///特殊功能ID /// #if !COMBAT_SERVER public int associateID; #else public int associateID{ set; get; } #endif /// ///特殊用途描述 /// #if !COMBAT_SERVER public int LanID; #else public int LanID{ set; get; } #endif } } // End of Auto Generated Code