123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758 |
- //------------------------------------------------------------------------------
- // <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>
- //------------------------------------------------------------------------------
- // ***************************************************************************
- // * 作者= 李静
- // * 创建时间= 2015-08-27
- // * 用途= 技能处理器
- // ***************************************************************************
- // Generated from: skillHandler.proto
- // Note: requires additional types generated from: common.proto
- namespace pomelo.area
- {
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpgradeSkillRequest")]
- public partial class UpgradeSkillRequest : global::ProtoBuf.IExtensible
- {
- public UpgradeSkillRequest() {}
-
-
- 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=@"UpgradeSkillOneKeyRequest")]
- public partial class UpgradeSkillOneKeyRequest : global::ProtoBuf.IExtensible
- {
- public UpgradeSkillOneKeyRequest() {}
-
- 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=@"UnlockSkillRequest")]
- public partial class UnlockSkillRequest : global::ProtoBuf.IExtensible
- {
- public UnlockSkillRequest() {}
-
-
- 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetSkillDetailRequest")]
- public partial class GetSkillDetailRequest : global::ProtoBuf.IExtensible
- {
- public GetSkillDetailRequest() {}
-
-
- 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetAllSkillRequest")]
- public partial class GetAllSkillRequest : global::ProtoBuf.IExtensible
- {
- public GetAllSkillRequest() {}
-
- 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=@"ReqItem")]
- public partial class ReqItem : global::ProtoBuf.IExtensible
- {
- public ReqItem() {}
-
-
- private string _itemCode;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string itemCode
- {
- get { return _itemCode; }
- set { _itemCode = value; }
- }
-
- private int _itemQua;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"itemQua", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int itemQua
- {
- get { return _itemQua; }
- set { _itemQua = value; }
- }
-
- private string _itemIcon;
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"itemIcon", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string itemIcon
- {
- get { return _itemIcon; }
- set { _itemIcon = value; }
- }
-
- private int _itemReqNum;
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"itemReqNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int itemReqNum
- {
- get { return _itemReqNum; }
- set { _itemReqNum = value; }
- }
-
- private long _itemCurNum;
- [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"itemCurNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public long itemCurNum
- {
- get { return _itemCurNum; }
- set { _itemCurNum = 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=@"SkillBasic")]
- public partial class SkillBasic : global::ProtoBuf.IExtensible
- {
- public SkillBasic() {}
-
-
- private int _skillId;
- /// <summary>
- /// 技能id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"skillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int skillId
- {
- get { return _skillId; }
- set { _skillId = value; }
- }
-
- private int _flag;
- /// <summary>
- /// 0 未解锁 1解锁
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"flag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int flag
- {
- get { return _flag; }
- set { _flag = value; }
- }
-
- private int _level;
- /// <summary>
- /// 技能等级
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int level
- {
- get { return _level; }
- set { _level = value; }
- }
-
- private int _canUpgrade = default(int);
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"canUpgrade", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int canUpgrade
- {
- get { return _canUpgrade; }
- set { _canUpgrade = value; }
- }
-
- private int _upgradeNeedupLevel = default(int);
- /// <summary>
- /// 升级技能需要的仙阶 表格 lvReqData
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"upgradeNeedupLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int upgradeNeedupLevel
- {
- get { return _upgradeNeedupLevel; }
- set { _upgradeNeedupLevel = value; }
- }
-
- private bool _euqipedStrong;
- /// <summary>
- /// 是否使用的是该组技能的强化技能
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"euqipedStrong", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public bool euqipedStrong
- {
- get { return _euqipedStrong; }
- set { _euqipedStrong = value; }
- }
-
- private int _euqipedId = default(int);
- /// <summary>
- /// 技能id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"euqipedId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int euqipedId
- {
- get { return _euqipedId; }
- set { _euqipedId = value; }
- }
-
- private int _extlv = default(int);
- /// <summary>
- /// 技能强化等级
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"extlv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int extlv
- {
- get { return _extlv; }
- set { _extlv = 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=@"TalentDetail")]
- public partial class TalentDetail : global::ProtoBuf.IExtensible
- {
- public TalentDetail() {}
-
-
- private int _skillId;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"skillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int skillId
- {
- get { return _skillId; }
- set { _skillId = value; }
- }
-
- private int _level;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int level
- {
- get { return _level; }
- set { _level = value; }
- }
-
- private int _extlv = default(int);
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"extlv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int extlv
- {
- get { return _extlv; }
- set { _extlv = value; }
- }
-
- private string _name;
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string name
- {
- get { return _name; }
- set { _name = value; }
- }
-
- private int _maxLevel;
- [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"maxLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int maxLevel
- {
- get { return _maxLevel; }
- set { _maxLevel = value; }
- }
-
- private int _flag;
- [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"flag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int flag
- {
- get { return _flag; }
- set { _flag = value; }
- }
-
- private readonly global::System.Collections.Generic.List<string> _curDesData = new global::System.Collections.Generic.List<string>();
- [global::ProtoBuf.ProtoMember(7, Name=@"curDesData", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<string> curDesData
- {
- get { return _curDesData; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.area.ReqItem> _reqItems = new global::System.Collections.Generic.List<pomelo.area.ReqItem>();
- [global::ProtoBuf.ProtoMember(8, Name=@"reqItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.ReqItem> reqItems
- {
- get { return _reqItems; }
- }
-
-
- private int _canUpgrade = default(int);
- [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"canUpgrade", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int canUpgrade
- {
- get { return _canUpgrade; }
- set { _canUpgrade = 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=@"SkillDetail")]
- public partial class SkillDetail : global::ProtoBuf.IExtensible
- {
- public SkillDetail() {}
-
-
- private int _colddown;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"colddown", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int colddown
- {
- get { return _colddown; }
- set { _colddown = value; }
- }
-
- private int _curManaCost;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"curManaCost", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int curManaCost
- {
- get { return _curManaCost; }
- set { _curManaCost = value; }
- }
-
- private readonly global::System.Collections.Generic.List<string> _curDesData = new global::System.Collections.Generic.List<string>();
- [global::ProtoBuf.ProtoMember(3, Name=@"curDesData", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<string> curDesData
- {
- get { return _curDesData; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.area.ReqItem> _reqItems = new global::System.Collections.Generic.List<pomelo.area.ReqItem>();
- [global::ProtoBuf.ProtoMember(4, Name=@"reqItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.ReqItem> reqItems
- {
- get { return _reqItems; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.area.TalentDetail> _TalentList = new global::System.Collections.Generic.List<pomelo.area.TalentDetail>();
- [global::ProtoBuf.ProtoMember(5, Name=@"TalentList", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.TalentDetail> TalentList
- {
- get { return _TalentList; }
- }
-
-
- private int _canUpgrade = default(int);
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"canUpgrade", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int canUpgrade
- {
- get { return _canUpgrade; }
- set { _canUpgrade = 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=@"UpgradeSkillResponse")]
- public partial class UpgradeSkillResponse : global::ProtoBuf.IExtensible
- {
- public UpgradeSkillResponse() {}
-
-
- 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 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=@"UpgradeSkillOneKeyResponse")]
- public partial class UpgradeSkillOneKeyResponse : global::ProtoBuf.IExtensible
- {
- public UpgradeSkillOneKeyResponse() {}
-
-
- 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.SkillBasic> _skillList = new global::System.Collections.Generic.List<pomelo.area.SkillBasic>();
- [global::ProtoBuf.ProtoMember(3, Name=@"skillList", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.SkillBasic> skillList
- {
- get { return _skillList; }
- }
-
- 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=@"GetSkillDetailResponse")]
- public partial class GetSkillDetailResponse : global::ProtoBuf.IExtensible
- {
- public GetSkillDetailResponse() {}
-
-
- 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.SkillDetail _s2c_skill = null;
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_skill", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.SkillDetail s2c_skill
- {
- get { return _s2c_skill; }
- set { _s2c_skill = 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=@"GetAllSkillResponse")]
- public partial class GetAllSkillResponse : global::ProtoBuf.IExtensible
- {
- public GetAllSkillResponse() {}
-
-
- 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.SkillBasic> _skillList = new global::System.Collections.Generic.List<pomelo.area.SkillBasic>();
- [global::ProtoBuf.ProtoMember(3, Name=@"skillList", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.SkillBasic> skillList
- {
- get { return _skillList; }
- }
-
- 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=@"UseSkillTabResponse")]
- public partial class UseSkillTabResponse : global::ProtoBuf.IExtensible
- {
- public UseSkillTabResponse() {}
-
-
- 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 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=@"UnlockSkillResponse")]
- public partial class UnlockSkillResponse : global::ProtoBuf.IExtensible
- {
- public UnlockSkillResponse() {}
-
-
- 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 global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 单个技能一键升级 636
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpgradeSkillOneKeySimpleRequest")]
- public partial class UpgradeSkillOneKeySimpleRequest : global::ProtoBuf.IExtensible
- {
- public UpgradeSkillOneKeySimpleRequest() {}
-
-
- 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>
- /// 单个技能一键升级 636
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpgradeSkillOneKeySimpleResponse")]
- public partial class UpgradeSkillOneKeySimpleResponse : global::ProtoBuf.IExtensible
- {
- public UpgradeSkillOneKeySimpleResponse() {}
-
-
- 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 global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 单个技能重置 637
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ResetSkillSimpleRequest")]
- public partial class ResetSkillSimpleRequest : global::ProtoBuf.IExtensible
- {
- public ResetSkillSimpleRequest() {}
-
-
- 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>
- /// 单个技能重置 637
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ResetSkillSimpleResponse")]
- public partial class ResetSkillSimpleResponse : global::ProtoBuf.IExtensible
- {
- public ResetSkillSimpleResponse() {}
-
-
- 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 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=@"SkillUpdatePush")]
- public partial class SkillUpdatePush : global::ProtoBuf.IExtensible
- {
- public SkillUpdatePush() {}
-
-
- 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 readonly global::System.Collections.Generic.List<pomelo.area.SkillBasic> _s2c_data = new global::System.Collections.Generic.List<pomelo.area.SkillBasic>();
- [global::ProtoBuf.ProtoMember(2, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.SkillBasic> s2c_data
- {
- get { return _s2c_data; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|