| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 | 
							- // 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<DropCountConfig>
	{
 
- 	}
 
- 	[Serializable]
 
- 	public struct DropCountConfig : IConfig
	{
 
- 		public int GetID() {return ID;} 
 
- 		/// <summary>
 
- 		///
 
- 		/// </summary>
 
- #if !COMBAT_SERVER
 
- 		public int ID;
 
- #else
 
- 		public int ID{ set; get; }
 
- #endif
 
- 		
 
- 		/// <summary>
 
- 		///
 
- 		/// </summary>
 
- #if !COMBAT_SERVER
 
- 		public int groupID;
 
- #else
 
- 		public int groupID{ set; get; }
 
- #endif
 
- 		
 
- 		/// <summary>
 
- 		///最高比例
 
- 		/// </summary>
 
- #if !COMBAT_SERVER
 
- 		public int proportion;
 
- #else
 
- 		public int proportion{ set; get; }
 
- #endif
 
- 		
 
- 		/// <summary>
 
- 		///权重
 
- 		/// </summary>
 
- #if !COMBAT_SERVER
 
- 		public int weight;
 
- #else
 
- 		public int weight{ set; get; }
 
- #endif
 
- 		
 
- 	}
 
- }
 
- // End of Auto Generated Code
 
 
  |