//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // * 作者= 李静 // * 创建时间= 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); } } //--------------------------------------------------------------------------------------- /// /// 一键升级所有技能 /// [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; /// /// 技能id /// [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; /// /// 0 未解锁 1解锁 /// [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; /// /// 技能等级 /// [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); /// /// 升级技能需要的仙阶 表格 lvReqData /// [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; /// /// 是否使用的是该组技能的强化技能 /// [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); /// /// 技能id /// [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); /// /// 技能强化等级 /// [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 _curDesData = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(7, Name=@"curDesData", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List curDesData { get { return _curDesData; } } private readonly global::System.Collections.Generic.List _reqItems = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(8, Name=@"reqItems", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List 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 _curDesData = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"curDesData", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List curDesData { get { return _curDesData; } } private readonly global::System.Collections.Generic.List _reqItems = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"reqItems", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List reqItems { get { return _reqItems; } } private readonly global::System.Collections.Generic.List _TalentList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"TalentList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List 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 _skillList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"skillList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List 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 _skillList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"skillList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List 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); } } //--------------------------------------------------------------------------------------- /// /// 单个技能一键升级 636 /// [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); } } //--------------------------------------------------------------------------------------- /// /// 单个技能一键升级 636 /// [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); } } //--------------------------------------------------------------------------------------- /// /// 单个技能重置 637 /// [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); } } //--------------------------------------------------------------------------------------- /// /// 单个技能重置 637 /// [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 _s2c_data = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List 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); } } }