123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505 |
- //------------------------------------------------------------------------------
- // <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>
- //------------------------------------------------------------------------------
- // ***************************************************************************
- // * 作者: 詹斗池
- // * 创建时间: 2019-5-15
- // * 用途: 技能-强化
- // * 维护成员: 詹斗池
- // ****************************************************************************/
- // Generated from: skillStrongHandler.proto
- namespace pomelo.area
- {
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 强化技能数据信息
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongBaseInfo")]
- public partial class SkillStrongBaseInfo : global::ProtoBuf.IExtensible
- {
- public SkillStrongBaseInfo() {}
-
-
- private int _s2c_baseskillid;
- /// <summary>
- /// 基础技能id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_baseskillid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_baseskillid
- {
- get { return _s2c_baseskillid; }
- set { _s2c_baseskillid = value; }
- }
-
- private int _s2c_skillid;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_skillid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_skillid
- {
- get { return _s2c_skillid; }
- set { _s2c_skillid = value; }
- }
-
- private int _s2c_level;
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_level
- {
- get { return _s2c_level; }
- set { _s2c_level = value; }
- }
-
- private int _s2c_type;
- /// <summary>
- /// 技能目前操作状态:0未解锁 1未学习 2.可升级
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"s2c_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_type
- {
- get { return _s2c_type; }
- set { _s2c_type = value; }
- }
-
- private int _s2c_branchtype;
- /// <summary>
- /// 分支类型1/2(左/右)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"s2c_branchtype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_branchtype
- {
- get { return _s2c_branchtype; }
- set { _s2c_branchtype = value; }
- }
-
- private int _s2c_pos;
- /// <summary>
- /// 技能对应的槽位
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"s2c_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_pos
- {
- get { return _s2c_pos; }
- set { _s2c_pos = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongBranch")]
- public partial class SkillStrongBranch : global::ProtoBuf.IExtensible
- {
- public SkillStrongBranch() {}
-
-
- private int _s2c_baseskillid;
- /// <summary>
- /// 基础技能id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_baseskillid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_baseskillid
- {
- get { return _s2c_baseskillid; }
- set { _s2c_baseskillid = value; }
- }
-
- private int _s2c_equip_branch;
- /// <summary>
- /// 携带的分支
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_equip_branch", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_equip_branch
- {
- get { return _s2c_equip_branch; }
- set { _s2c_equip_branch = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// id----600----请求:获取技能强化所有信息----响应:SkillStrongInfoResponse
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongInfoRequest")]
- public partial class SkillStrongInfoRequest : global::ProtoBuf.IExtensible
- {
- public SkillStrongInfoRequest() {}
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 响应:获取技能强化所有信息
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongInfoResponse")]
- public partial class SkillStrongInfoResponse : global::ProtoBuf.IExtensible
- {
- public SkillStrongInfoResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.area.SkillStrongBaseInfo> _s2c_baseInfo = new global::System.Collections.Generic.List<pomelo.area.SkillStrongBaseInfo>();
- /// <summary>
- /// 技能强化数据列表
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_baseInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.SkillStrongBaseInfo> s2c_baseInfo
- {
- get { return _s2c_baseInfo; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch> _s2c_branch = new global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch>();
- /// <summary>
- /// 基础技能对应携带分支
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, Name=@"s2c_branch", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch> s2c_branch
- {
- get { return _s2c_branch; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// id----601----请求:学习强化阶段技能----响应:SkillStrongObtainResponse
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongObtainRequest")]
- public partial class SkillStrongObtainRequest : global::ProtoBuf.IExtensible
- {
- public SkillStrongObtainRequest() {}
-
-
- private int _s2c_skillid;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_skillid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_skillid
- {
- get { return _s2c_skillid; }
- set { _s2c_skillid = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 响应:学习强化阶段技能
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongObtainResponse")]
- public partial class SkillStrongObtainResponse : global::ProtoBuf.IExtensible
- {
- public SkillStrongObtainResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private pomelo.area.SkillStrongBaseInfo _changeInfo = null;
- /// <summary>
- /// 被改变的技能信息
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"changeInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.SkillStrongBaseInfo changeInfo
- {
- get { return _changeInfo; }
- set { _changeInfo = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// id----602----请求:升级强化阶段技能----响应:SkillStrongUpgradeResponse
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongUpgradeRequest")]
- public partial class SkillStrongUpgradeRequest : global::ProtoBuf.IExtensible
- {
- public SkillStrongUpgradeRequest() {}
-
-
- private int _s2c_skillid;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_skillid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_skillid
- {
- get { return _s2c_skillid; }
- set { _s2c_skillid = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 响应:升级强化阶段技能
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongUpgradeResponse")]
- public partial class SkillStrongUpgradeResponse : global::ProtoBuf.IExtensible
- {
- public SkillStrongUpgradeResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private pomelo.area.SkillStrongBaseInfo _changeInfo = null;
- /// <summary>
- /// 被改变的技能信息
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"changeInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.SkillStrongBaseInfo changeInfo
- {
- get { return _changeInfo; }
- set { _changeInfo = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// id----603----请求:携带改变强化阶段技能----响应:SkillStrongChangeResponse
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongChangeRequest")]
- public partial class SkillStrongChangeRequest : global::ProtoBuf.IExtensible
- {
- public SkillStrongChangeRequest() {}
-
-
- private int _s2c_skillid;
- /// <summary>
- /// 基础id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_skillid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_skillid
- {
- get { return _s2c_skillid; }
- set { _s2c_skillid = value; }
- }
-
- private int _s2c_branchtype;
- /// <summary>
- /// 分支类型
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_branchtype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_branchtype
- {
- get { return _s2c_branchtype; }
- set { _s2c_branchtype = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 响应:携带改变强化阶段技能
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongChangeResponse")]
- public partial class SkillStrongChangeResponse : global::ProtoBuf.IExtensible
- {
- public SkillStrongChangeResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch> _s2c_branch = new global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch>();
- /// <summary>
- /// 基础技能对应携带分支
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_branch", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch> s2c_branch
- {
- get { return _s2c_branch; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 一键携带 id----618----请求:一键携带----响应:SkillStrongOneKeyEquipResponse
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongOneKeyEquipRequest")]
- public partial class SkillStrongOneKeyEquipRequest : global::ProtoBuf.IExtensible
- {
- public SkillStrongOneKeyEquipRequest() {}
-
-
- private int _s2c_branchtype;
- /// <summary>
- /// 分支类型1/2(左/右)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_branchtype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_branchtype
- {
- get { return _s2c_branchtype; }
- set { _s2c_branchtype = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongOneKeyEquipResponse")]
- public partial class SkillStrongOneKeyEquipResponse : global::ProtoBuf.IExtensible
- {
- public SkillStrongOneKeyEquipResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch> _s2c_branch = new global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch>();
- /// <summary>
- /// 基础技能对应携带分支
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_branch", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch> s2c_branch
- {
- get { return _s2c_branch; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|