// 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 /// public int ID; /// ///道具ID /// public int ItemID; /// ///默认增加的好感度值 /// public int emotionValue; } } // End of Auto Generated Code