|
@@ -168,9 +168,9 @@ namespace Excel2Json
|
|
///触发条件类型 只能配处于什么状态和数值,不能配变化的数值
|
|
///触发条件类型 只能配处于什么状态和数值,不能配变化的数值
|
|
/// </summary>
|
|
/// </summary>
|
|
#if !COMBAT_SERVER
|
|
#if !COMBAT_SERVER
|
|
- public int EventConditionId;
|
|
|
|
|
|
+ public int[] EventConditionId;
|
|
#else
|
|
#else
|
|
- public int EventConditionId{ set; get; }
|
|
|
|
|
|
+ public int[] EventConditionId{ set; get; }
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
|
|
@@ -178,9 +178,9 @@ namespace Excel2Json
|
|
///触发效果值
|
|
///触发效果值
|
|
/// </summary>
|
|
/// </summary>
|
|
#if !COMBAT_SERVER
|
|
#if !COMBAT_SERVER
|
|
- public int[] EventValue;
|
|
|
|
|
|
+ public string[] EventValue;
|
|
#else
|
|
#else
|
|
- public int[] EventValue{ set; get; }
|
|
|
|
|
|
+ public string[] EventValue{ set; get; }
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
|