123 lines
9.9 KiB
C#
123 lines
9.9 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
using Bright.Serialization;
|
|
using System.Collections.Generic;
|
|
using SimpleJSON;
|
|
|
|
|
|
|
|
namespace cfg
|
|
{
|
|
|
|
public sealed partial class EventSoloRobotBehavior : Bright.Config.BeanBase
|
|
{
|
|
public JSONNode json;
|
|
public EventSoloRobotBehavior(JSONNode _json)
|
|
{
|
|
{ if(!_json["ID"].IsNumber) { throw new SerializationException(); } ID = _json["ID"]; }
|
|
{ if(!_json["Weight"].IsNumber) { throw new SerializationException(); } Weight = _json["Weight"]; }
|
|
{ var __json0 = _json["Start"]; if(!__json0.IsArray) { throw new SerializationException(); } Start = new System.Collections.Generic.List<System.Collections.Generic.List<int>>(__json0.Count); foreach(JSONNode __e0 in __json0.Children) { System.Collections.Generic.List<int> __v0; { var __json1 = __e0; if(!__json1.IsArray) { throw new SerializationException(); } __v0 = new System.Collections.Generic.List<int>(__json1.Count); foreach(JSONNode __e1 in __json1.Children) { int __v1; { if(!__e1.IsNumber) { throw new SerializationException(); } __v1 = __e1; } __v0.Add(__v1); } } Start.Add(__v0); } }
|
|
{ var __json0 = _json["FishingSuccess"]; if(!__json0.IsArray) { throw new SerializationException(); } FishingSuccess = new System.Collections.Generic.List<System.Collections.Generic.List<int>>(__json0.Count); foreach(JSONNode __e0 in __json0.Children) { System.Collections.Generic.List<int> __v0; { var __json1 = __e0; if(!__json1.IsArray) { throw new SerializationException(); } __v0 = new System.Collections.Generic.List<int>(__json1.Count); foreach(JSONNode __e1 in __json1.Children) { int __v1; { if(!__e1.IsNumber) { throw new SerializationException(); } __v1 = __e1; } __v0.Add(__v1); } } FishingSuccess.Add(__v0); } }
|
|
{ var __json0 = _json["OpponetFishingSuccess"]; if(!__json0.IsArray) { throw new SerializationException(); } OpponetFishingSuccess = new System.Collections.Generic.List<System.Collections.Generic.List<int>>(__json0.Count); foreach(JSONNode __e0 in __json0.Children) { System.Collections.Generic.List<int> __v0; { var __json1 = __e0; if(!__json1.IsArray) { throw new SerializationException(); } __v0 = new System.Collections.Generic.List<int>(__json1.Count); foreach(JSONNode __e1 in __json1.Children) { int __v1; { if(!__e1.IsNumber) { throw new SerializationException(); } __v1 = __e1; } __v0.Add(__v1); } } OpponetFishingSuccess.Add(__v0); } }
|
|
{ var __json0 = _json["OpponetFishingFail"]; if(!__json0.IsArray) { throw new SerializationException(); } OpponetFishingFail = new System.Collections.Generic.List<System.Collections.Generic.List<int>>(__json0.Count); foreach(JSONNode __e0 in __json0.Children) { System.Collections.Generic.List<int> __v0; { var __json1 = __e0; if(!__json1.IsArray) { throw new SerializationException(); } __v0 = new System.Collections.Generic.List<int>(__json1.Count); foreach(JSONNode __e1 in __json1.Children) { int __v1; { if(!__e1.IsNumber) { throw new SerializationException(); } __v1 = __e1; } __v0.Add(__v1); } } OpponetFishingFail.Add(__v0); } }
|
|
{ var __json0 = _json["FirstLastFishStart"]; if(!__json0.IsArray) { throw new SerializationException(); } FirstLastFishStart = new System.Collections.Generic.List<System.Collections.Generic.List<int>>(__json0.Count); foreach(JSONNode __e0 in __json0.Children) { System.Collections.Generic.List<int> __v0; { var __json1 = __e0; if(!__json1.IsArray) { throw new SerializationException(); } __v0 = new System.Collections.Generic.List<int>(__json1.Count); foreach(JSONNode __e1 in __json1.Children) { int __v1; { if(!__e1.IsNumber) { throw new SerializationException(); } __v1 = __e1; } __v0.Add(__v1); } } FirstLastFishStart.Add(__v0); } }
|
|
{ var __json0 = _json["FirstLastFishSuccess"]; if(!__json0.IsArray) { throw new SerializationException(); } FirstLastFishSuccess = new System.Collections.Generic.List<System.Collections.Generic.List<int>>(__json0.Count); foreach(JSONNode __e0 in __json0.Children) { System.Collections.Generic.List<int> __v0; { var __json1 = __e0; if(!__json1.IsArray) { throw new SerializationException(); } __v0 = new System.Collections.Generic.List<int>(__json1.Count); foreach(JSONNode __e1 in __json1.Children) { int __v1; { if(!__e1.IsNumber) { throw new SerializationException(); } __v1 = __e1; } __v0.Add(__v1); } } FirstLastFishSuccess.Add(__v0); } }
|
|
{ var __json0 = _json["EndVictory"]; if(!__json0.IsArray) { throw new SerializationException(); } EndVictory = new System.Collections.Generic.List<System.Collections.Generic.List<int>>(__json0.Count); foreach(JSONNode __e0 in __json0.Children) { System.Collections.Generic.List<int> __v0; { var __json1 = __e0; if(!__json1.IsArray) { throw new SerializationException(); } __v0 = new System.Collections.Generic.List<int>(__json1.Count); foreach(JSONNode __e1 in __json1.Children) { int __v1; { if(!__e1.IsNumber) { throw new SerializationException(); } __v1 = __e1; } __v0.Add(__v1); } } EndVictory.Add(__v0); } }
|
|
{ var __json0 = _json["EndDefeat"]; if(!__json0.IsArray) { throw new SerializationException(); } EndDefeat = new System.Collections.Generic.List<System.Collections.Generic.List<int>>(__json0.Count); foreach(JSONNode __e0 in __json0.Children) { System.Collections.Generic.List<int> __v0; { var __json1 = __e0; if(!__json1.IsArray) { throw new SerializationException(); } __v0 = new System.Collections.Generic.List<int>(__json1.Count); foreach(JSONNode __e1 in __json1.Children) { int __v1; { if(!__e1.IsNumber) { throw new SerializationException(); } __v1 = __e1; } __v0.Add(__v1); } } EndDefeat.Add(__v0); } }
|
|
json = _json;
|
|
PostInit();
|
|
}
|
|
|
|
public EventSoloRobotBehavior(int ID, int Weight, System.Collections.Generic.List<System.Collections.Generic.List<int>> Start, System.Collections.Generic.List<System.Collections.Generic.List<int>> FishingSuccess, System.Collections.Generic.List<System.Collections.Generic.List<int>> OpponetFishingSuccess, System.Collections.Generic.List<System.Collections.Generic.List<int>> OpponetFishingFail, System.Collections.Generic.List<System.Collections.Generic.List<int>> FirstLastFishStart, System.Collections.Generic.List<System.Collections.Generic.List<int>> FirstLastFishSuccess, System.Collections.Generic.List<System.Collections.Generic.List<int>> EndVictory, System.Collections.Generic.List<System.Collections.Generic.List<int>> EndDefeat )
|
|
{
|
|
this.ID = ID;
|
|
this.Weight = Weight;
|
|
this.Start = Start;
|
|
this.FishingSuccess = FishingSuccess;
|
|
this.OpponetFishingSuccess = OpponetFishingSuccess;
|
|
this.OpponetFishingFail = OpponetFishingFail;
|
|
this.FirstLastFishStart = FirstLastFishStart;
|
|
this.FirstLastFishSuccess = FirstLastFishSuccess;
|
|
this.EndVictory = EndVictory;
|
|
this.EndDefeat = EndDefeat;
|
|
PostInit();
|
|
}
|
|
|
|
public static EventSoloRobotBehavior DeserializeEventSoloRobotBehavior(JSONNode _json)
|
|
{
|
|
return new EventSoloRobotBehavior(_json);
|
|
}
|
|
|
|
public int ID { get; private set; }
|
|
public int Weight { get; private set; }
|
|
/// <summary>
|
|
/// 对决开始
|
|
/// </summary>
|
|
public System.Collections.Generic.List<System.Collections.Generic.List<int>> Start { get; private set; }
|
|
/// <summary>
|
|
/// 成功钓鱼
|
|
/// </summary>
|
|
public System.Collections.Generic.List<System.Collections.Generic.List<int>> FishingSuccess { get; private set; }
|
|
/// <summary>
|
|
/// 对手钓鱼成功
|
|
/// </summary>
|
|
public System.Collections.Generic.List<System.Collections.Generic.List<int>> OpponetFishingSuccess { get; private set; }
|
|
/// <summary>
|
|
/// 对手钓鱼失败
|
|
/// </summary>
|
|
public System.Collections.Generic.List<System.Collections.Generic.List<int>> OpponetFishingFail { get; private set; }
|
|
/// <summary>
|
|
/// 先开始钓最后一条鱼
|
|
/// </summary>
|
|
public System.Collections.Generic.List<System.Collections.Generic.List<int>> FirstLastFishStart { get; private set; }
|
|
/// <summary>
|
|
/// 先钓完最后一条鱼
|
|
/// </summary>
|
|
public System.Collections.Generic.List<System.Collections.Generic.List<int>> FirstLastFishSuccess { get; private set; }
|
|
/// <summary>
|
|
/// 对决结算-胜利
|
|
/// </summary>
|
|
public System.Collections.Generic.List<System.Collections.Generic.List<int>> EndVictory { get; private set; }
|
|
/// <summary>
|
|
/// 对决结算-失败
|
|
/// </summary>
|
|
public System.Collections.Generic.List<System.Collections.Generic.List<int>> EndDefeat { get; private set; }
|
|
|
|
public const int __ID__ = -434989853;
|
|
public override int GetTypeId() => __ID__;
|
|
|
|
public void Resolve(Dictionary<string, object> _tables)
|
|
{
|
|
PostResolve();
|
|
}
|
|
|
|
public void TranslateText(System.Func<string, string, string> translator)
|
|
{
|
|
}
|
|
|
|
public override string ToString()
|
|
{
|
|
return "{ "
|
|
+ "ID:" + ID + ","
|
|
+ "Weight:" + Weight + ","
|
|
+ "Start:" + Bright.Common.StringUtil.CollectionToString(Start) + ","
|
|
+ "FishingSuccess:" + Bright.Common.StringUtil.CollectionToString(FishingSuccess) + ","
|
|
+ "OpponetFishingSuccess:" + Bright.Common.StringUtil.CollectionToString(OpponetFishingSuccess) + ","
|
|
+ "OpponetFishingFail:" + Bright.Common.StringUtil.CollectionToString(OpponetFishingFail) + ","
|
|
+ "FirstLastFishStart:" + Bright.Common.StringUtil.CollectionToString(FirstLastFishStart) + ","
|
|
+ "FirstLastFishSuccess:" + Bright.Common.StringUtil.CollectionToString(FirstLastFishSuccess) + ","
|
|
+ "EndVictory:" + Bright.Common.StringUtil.CollectionToString(EndVictory) + ","
|
|
+ "EndDefeat:" + Bright.Common.StringUtil.CollectionToString(EndDefeat) + ","
|
|
+ "}";
|
|
}
|
|
|
|
partial void PostInit();
|
|
partial void PostResolve();
|
|
}
|
|
}
|