zg 2 روز پیش
والد
کامیت
45ce5cc13f
3فایلهای تغییر یافته به همراه58 افزوده شده و 132 حذف شده
  1. 54 128
      Assets/Res/Config/EventConfig.json
  2. 4 4
      Assets/Scripts/GameData/ExcelConfig/EventConfig.cs
  3. BIN
      Excel2Json/Excel/EventConfig.xlsx

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 54 - 128
Assets/Res/Config/EventConfig.json


+ 4 - 4
Assets/Scripts/GameData/ExcelConfig/EventConfig.cs

@@ -178,9 +178,9 @@ namespace Excel2Json
 		///触发效果值
 		/// </summary>
 #if !COMBAT_SERVER
-		public string[] EventValue;
+		public int[] EventValue;
 #else
-		public string[] EventValue{ set; get; }
+		public int[] EventValue{ set; get; }
 #endif
 		
 
@@ -188,9 +188,9 @@ namespace Excel2Json
 		///触发判定数量or次数
 		/// </summary>
 #if !COMBAT_SERVER
-		public int EventCount;
+		public int[] EventCount;
 #else
-		public int EventCount{ set; get; }
+		public int[] EventCount{ set; get; }
 #endif
 		
 

BIN
Excel2Json/Excel/EventConfig.xlsx


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است