| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 | 
							- // Auto Generated Code By excel2json
 
- // Generate From Excel\ChanllegeResource.xlsx. SheetName: TanxianConfig
 
- using System;
 
- using Fort23.GameData;
 
- namespace Excel2Json
 
- {
 
- 	[Config(prefab = "TanxianConfig.json")]
 
- 	public partial class TanxianConfigHolder : ConfigHolder<TanxianConfig>
	{
 
- 	}
 
- 	[Serializable]
 
- 	public struct TanxianConfig : IConfig
	{
 
- 		public int GetID() {return ID;} 
 
- 		/// <summary>
 
- 		///ID
 
- 		/// </summary>
 
- #if !COMBAT_SERVER
 
- 		public int ID;
 
- #else
 
- 		public int ID{ set; get; }
 
- #endif
 
- 		
 
- 		/// <summary>
 
- 		///事件的ID
 
- 		/// </summary>
 
- #if !COMBAT_SERVER
 
- 		public int EventID;
 
- #else
 
- 		public int EventID{ set; get; }
 
- #endif
 
- 		
 
- 		/// <summary>
 
- 		///事件icon
 
- 		/// </summary>
 
- #if !COMBAT_SERVER
 
- 		public string icon;
 
- #else
 
- 		public string icon{ set; get; }
 
- #endif
 
- 		
 
- 		/// <summary>
 
- 		///出现权重
 
- 		/// </summary>
 
- #if !COMBAT_SERVER
 
- 		public int weight;
 
- #else
 
- 		public int weight{ set; get; }
 
- #endif
 
- 		
 
- 		/// <summary>
 
- 		///完成后的成就描述
 
- 		/// </summary>
 
- #if !COMBAT_SERVER
 
- 		public int des;
 
- #else
 
- 		public int des{ set; get; }
 
- #endif
 
- 		
 
- 	}
 
- }
 
- // End of Auto Generated Code
 
 
  |