// Auto Generated Code By excel2json // Generate From Excel\DaoyouConfig.xlsx. SheetName: DaoyouGiftConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "DaoyouGiftConfig.json")] public partial class DaoyouGiftConfigHolder : ConfigHolder { } [Serializable] public struct DaoyouGiftConfig : IConfig { public int GetID() {return ID;} /// ///ID /// #if !COMBAT_SERVER public int ID; #else public int ID{ set; get; } #endif /// ///道具ID /// #if !COMBAT_SERVER public int ItemID; #else public int ItemID{ set; get; } #endif /// ///默认增加的好感度值 /// #if !COMBAT_SERVER public int emotionValue; #else public int emotionValue{ set; get; } #endif } } // End of Auto Generated Code