|
@@ -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
|
|
|
|
|
|
|