// Auto Generated Code By excel2json // Generate From Excel\ChouKa.xlsx. SheetName: DropCountConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "DropCountConfig.json")] public partial class DropCountConfigHolder : ConfigHolder { } [Serializable] public struct DropCountConfig : IConfig { public int GetID() {return ID;} /// /// /// #if !COMBAT_SERVER public int ID; #else public int ID{ set; get; } #endif /// /// /// #if !COMBAT_SERVER public int groupID; #else public int groupID{ set; get; } #endif /// ///最高比例 /// #if !COMBAT_SERVER public int proportion; #else public int proportion{ set; get; } #endif /// ///权重 /// #if !COMBAT_SERVER public int weight; #else public int weight{ set; get; } #endif } } // End of Auto Generated Code