// Auto Generated Code By excel2json // Generate From Excel\DaoyouConfig.xlsx. SheetName: guajibuff using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "guajibuff.json")] public partial class guajibuffHolder : ConfigHolder { } [Serializable] public struct guajibuff : IConfig { public int GetID() {return ID;} /// ///ID /// #if !COMBAT_SERVER public int ID; #else public int ID{ set; get; } #endif /// ///名称 /// #if !COMBAT_SERVER public int name; #else public int name{ set; get; } #endif /// ///品质 /// #if !COMBAT_SERVER public int Quality; #else public int Quality{ set; get; } #endif /// ///产出比例 100=100% /// #if !COMBAT_SERVER public int GivingRate; #else public int GivingRate{ set; get; } #endif /// ///对应的para值 /// #if !COMBAT_SERVER public int paraValue; #else public int paraValue{ set; get; } #endif /// ///描述 /// #if !COMBAT_SERVER public int des; #else public int des{ set; get; } #endif } } // End of Auto Generated Code