//------------------------------------------------------------------------------ // // 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: equipHandler.proto // Note: requires additional types generated from: common.proto // Note: requires additional types generated from: item.proto namespace pomelo.area { //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EquipPos")] public partial class EquipPos : global::ProtoBuf.IExtensible { public EquipPos() {} private int _bagOrBody; /// /// 身上还是背包里 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"bagOrBody", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int bagOrBody { get { return _bagOrBody; } set { _bagOrBody = value; } } private int _posOrGrid; /// /// 位置 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"posOrGrid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int posOrGrid { get { return _posOrGrid; } set { _posOrGrid = 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=@"UnEquipRequest")] public partial class UnEquipRequest : global::ProtoBuf.IExtensible { public UnEquipRequest() {} private int _c2s_gridIndex; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_gridIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_gridIndex { get { return _c2s_gridIndex; } set { _c2s_gridIndex = 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=@"EquipRequest")] public partial class EquipRequest : global::ProtoBuf.IExtensible { public EquipRequest() {} private int _c2s_gridIndex; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_gridIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_gridIndex { get { return _c2s_gridIndex; } set { _c2s_gridIndex = 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=@"EquipStrengthenRequest")] public partial class EquipStrengthenRequest : global::ProtoBuf.IExtensible { public EquipStrengthenRequest() {} private int _c2s_pos; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_pos { get { return _c2s_pos; } set { _c2s_pos = value; } } private int _c2s_demotions = default(int); /// /// 使用祝福石数量 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"c2s_demotions", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_demotions { get { return _c2s_demotions; } set { _c2s_demotions = 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=@"EquipStrengthenByFiveRequest")] public partial class EquipStrengthenByFiveRequest : global::ProtoBuf.IExtensible { public EquipStrengthenByFiveRequest() {} private int _c2s_pos; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_pos { get { return _c2s_pos; } set { _c2s_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=@"OpenEquipHandlerRequest")] public partial class OpenEquipHandlerRequest : global::ProtoBuf.IExtensible { public OpenEquipHandlerRequest() {} private int _code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int code { get { return _code; } set { _code = 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=@"OpenEquipHandlerResponse")] public partial class OpenEquipHandlerResponse : global::ProtoBuf.IExtensible { public OpenEquipHandlerResponse() {} 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=@"EquipStrengthenData")] public partial class EquipStrengthenData : global::ProtoBuf.IExtensible { public EquipStrengthenData() {} private readonly global::System.Collections.Generic.List _costItem = new global::System.Collections.Generic.List(); /// /// ,, /// [global::ProtoBuf.ProtoMember(1, Name=@"costItem", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List costItem { get { return _costItem; } } private int _needGoldNum = default(int); /// /// ,, /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"needGoldNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int needGoldNum { get { return _needGoldNum; } set { _needGoldNum = value; } } private readonly global::System.Collections.Generic.List _simpleAtts = new global::System.Collections.Generic.List(); /// /// 基础属性,, /// [global::ProtoBuf.ProtoMember(7, Name=@"simpleAtts", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List simpleAtts { get { return _simpleAtts; } } 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=@"UnEquipResponse")] public partial class UnEquipResponse : global::ProtoBuf.IExtensible { public UnEquipResponse() {} 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=@"EquipResponse")] public partial class EquipResponse : global::ProtoBuf.IExtensible { public EquipResponse() {} 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=@"EquipStrengthenResponse")] public partial class EquipStrengthenResponse : global::ProtoBuf.IExtensible { public EquipStrengthenResponse() {} 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.EquipStrengthenData _s2c_strengthenData = null; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_strengthenData", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.EquipStrengthenData s2c_strengthenData { get { return _s2c_strengthenData; } set { _s2c_strengthenData = value; } } private int _s2c_success = default(int); /// /// 强化结果 -X : 降级数, 0-失败未降级, 1:升级成功 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_success", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_success { get { return _s2c_success; } set { _s2c_success = 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=@"EquipStrengthenByFiveResponse")] public partial class EquipStrengthenByFiveResponse : global::ProtoBuf.IExtensible { public EquipStrengthenByFiveResponse() {} 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.EquipStrengthenData _s2c_strengthenData = null; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_strengthenData", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.EquipStrengthenData s2c_strengthenData { get { return _s2c_strengthenData; } set { _s2c_strengthenData = value; } } private int _s2c_success = default(int); /// /// 强化是否成功 1 成功 0 失败 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_success", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_success { get { return _s2c_success; } set { _s2c_success = 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=@"EnchantEquipRequest")] public partial class EnchantEquipRequest : global::ProtoBuf.IExtensible { public EnchantEquipRequest() {} private int _c2s_pos; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_pos { get { return _c2s_pos; } set { _c2s_pos = value; } } private int _c2s_gridIndex; /// /// 图纸模版id /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_gridIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_gridIndex { get { return _c2s_gridIndex; } set { _c2s_gridIndex = value; } } private int _c2s_diamond; /// /// 是否钻石补足,1-补足,0-不补足 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"c2s_diamond", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_diamond { get { return _c2s_diamond; } set { _c2s_diamond = 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=@"EnchantEquipResponse")] public partial class EnchantEquipResponse : global::ProtoBuf.IExtensible { public EnchantEquipResponse() {} 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 _s2c_magicAtts = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"s2c_magicAtts", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_magicAtts { get { return _s2c_magicAtts; } } 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=@"ConfirmEnchantEquipRequest")] public partial class ConfirmEnchantEquipRequest : global::ProtoBuf.IExtensible { public ConfirmEnchantEquipRequest() {} private int _c2s_pos; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_pos { get { return _c2s_pos; } set { _c2s_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=@"ConfirmEnchantEquipResponse")] public partial class ConfirmEnchantEquipResponse : global::ProtoBuf.IExtensible { public ConfirmEnchantEquipResponse() {} 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=@"IdentifyEquipRequest")] public partial class IdentifyEquipRequest : global::ProtoBuf.IExtensible { public IdentifyEquipRequest() {} private int _c2s_gridIndex; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_gridIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_gridIndex { get { return _c2s_gridIndex; } set { _c2s_gridIndex = 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=@"IdentifyEquipResponse")] public partial class IdentifyEquipResponse : global::ProtoBuf.IExtensible { public IdentifyEquipResponse() {} 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=@"RefineEquipRequest")] public partial class RefineEquipRequest : global::ProtoBuf.IExtensible { public RefineEquipRequest() {} private int _c2s_pos; /// /// 装备穿着位置 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_pos { get { return _c2s_pos; } set { _c2s_pos = value; } } private string _c2s_itemCode; /// /// 选择材料 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_itemCode { get { return _c2s_itemCode; } set { _c2s_itemCode = 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=@"RefineEquipResponse")] public partial class RefineEquipResponse : global::ProtoBuf.IExtensible { public RefineEquipResponse() {} 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=@"RefineOneKeyRequest")] public partial class RefineOneKeyRequest : global::ProtoBuf.IExtensible { public RefineOneKeyRequest() {} private int _c2s_pos; /// /// 装备穿着位置 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_pos { get { return _c2s_pos; } set { _c2s_pos = value; } } private string _c2s_itemCode; /// /// 选择材料 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_itemCode { get { return _c2s_itemCode; } set { _c2s_itemCode = 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=@"RefineOneKeyResponse")] public partial class RefineOneKeyResponse : global::ProtoBuf.IExtensible { public RefineOneKeyResponse() {} 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=@"RefineResetRequest")] public partial class RefineResetRequest : global::ProtoBuf.IExtensible { public RefineResetRequest() {} private int _c2s_pos; /// /// 装备穿着位置 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_pos { get { return _c2s_pos; } set { _c2s_pos = value; } } private int _c2s_propIndex; /// /// 精炼属性下标索引 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_propIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_propIndex { get { return _c2s_propIndex; } set { _c2s_propIndex = 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=@"RefineResetResponse")] public partial class RefineResetResponse : global::ProtoBuf.IExtensible { public RefineResetResponse() {} 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=@"EquipMakeRequest")] public partial class EquipMakeRequest : global::ProtoBuf.IExtensible { public EquipMakeRequest() {} private string _c2s_targetCode; /// /// 打造的目标代码 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_targetCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_targetCode { get { return _c2s_targetCode; } set { _c2s_targetCode = 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=@"EquipMakeResponse")] public partial class EquipMakeResponse : global::ProtoBuf.IExtensible { public EquipMakeResponse() {} 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=@"EquipLevelUpRequest")] public partial class EquipLevelUpRequest : global::ProtoBuf.IExtensible { public EquipLevelUpRequest() {} private pomelo.area.EquipPos _c2s_equipPos; /// /// 装备位置 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_equipPos", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.area.EquipPos c2s_equipPos { get { return _c2s_equipPos; } set { _c2s_equipPos = value; } } private int _c2s_mateType; /// /// 使用材料类型 1:使用装备升级 2:使用材料升级 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_mateType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_mateType { get { return _c2s_mateType; } set { _c2s_mateType = 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=@"EquipLevelUpResponse")] public partial class EquipLevelUpResponse : global::ProtoBuf.IExtensible { public EquipLevelUpResponse() {} 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=@"EquipColorUpRequest")] public partial class EquipColorUpRequest : global::ProtoBuf.IExtensible { public EquipColorUpRequest() {} private pomelo.area.EquipPos _c2s_equipPos; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_equipPos", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.area.EquipPos c2s_equipPos { get { return _c2s_equipPos; } set { _c2s_equipPos = 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=@"EquipColorUpResponse")] public partial class EquipColorUpResponse : global::ProtoBuf.IExtensible { public EquipColorUpResponse() {} 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=@"FillGemRequest")] public partial class FillGemRequest : global::ProtoBuf.IExtensible { public FillGemRequest() {} private int _c2s_pos; /// /// 装备pos /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_pos { get { return _c2s_pos; } set { _c2s_pos = value; } } private int _c2s_index; /// /// 宝石孔pos /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_index { get { return _c2s_index; } set { _c2s_index = value; } } private int _c2s_gridIndex; /// /// 宝石在背包中中的index /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"c2s_gridIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_gridIndex { get { return _c2s_gridIndex; } set { _c2s_gridIndex = 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=@"FillGemResponse")] public partial class FillGemResponse : global::ProtoBuf.IExtensible { public FillGemResponse() {} 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 int _s2c_index = default(int); /// /// 当前镶嵌的位置 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_index { get { return _s2c_index; } set { _s2c_index = 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=@"FillAllGemRequest")] public partial class FillAllGemRequest : global::ProtoBuf.IExtensible { public FillAllGemRequest() {} private int _c2s_pos; /// /// 装备pos /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_pos { get { return _c2s_pos; } set { _c2s_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=@"FillAllGemResponse")] public partial class FillAllGemResponse : global::ProtoBuf.IExtensible { public FillAllGemResponse() {} 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=@"UnFillGemRequest")] public partial class UnFillGemRequest : global::ProtoBuf.IExtensible { public UnFillGemRequest() {} private int _c2s_pos; /// /// 装备pos /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_pos { get { return _c2s_pos; } set { _c2s_pos = value; } } private int _c2s_index; /// /// 宝石孔pos /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_index { get { return _c2s_index; } set { _c2s_index = 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=@"UnFillGemResponse")] public partial class UnFillGemResponse : global::ProtoBuf.IExtensible { public UnFillGemResponse() {} 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=@"UnFillAllGemRequest")] public partial class UnFillAllGemRequest : global::ProtoBuf.IExtensible { public UnFillAllGemRequest() {} private int _c2s_pos; /// /// 装备pos /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_pos { get { return _c2s_pos; } set { _c2s_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=@"UnFillAllGemResponse")] public partial class UnFillAllGemResponse : global::ProtoBuf.IExtensible { public UnFillAllGemResponse() {} 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=@"SuitAttr")] public partial class SuitAttr : global::ProtoBuf.IExtensible { public SuitAttr() {} private int _level = default(int); /// /// 等级 /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int level { get { return _level; } set { _level = value; } } private int _advanced = default(int); /// /// 进阶 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"advanced", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int advanced { get { return _advanced; } set { _advanced = value; } } private int _qColor; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"qColor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int qColor { get { return _qColor; } set { _qColor = value; } } private readonly global::System.Collections.Generic.List _attrs = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"attrs", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List attrs { get { return _attrs; } } 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=@"SuitTypeAttr")] public partial class SuitTypeAttr : global::ProtoBuf.IExtensible { public SuitTypeAttr() {} private int _type; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int type { get { return _type; } set { _type = value; } } private pomelo.area.SuitAttr _attr = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"attr", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.SuitAttr attr { get { return _attr; } set { _attr = 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=@"SuitAttrSort")] public partial class SuitAttrSort : global::ProtoBuf.IExtensible { public SuitAttrSort() {} private int _level = default(int); [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int level { get { return _level; } set { _level = value; } } private int _advanced = default(int); [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"advanced", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int advanced { get { return _advanced; } set { _advanced = value; } } private readonly global::System.Collections.Generic.List _attr = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"attr", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List attr { get { return _attr; } } 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=@"GetSuitAttrRequest")] public partial class GetSuitAttrRequest : global::ProtoBuf.IExtensible { public GetSuitAttrRequest() {} 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=@"GetSuitAttrResponse")] public partial class GetSuitAttrResponse : global::ProtoBuf.IExtensible { public GetSuitAttrResponse() {} 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 _s2c_data = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, 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); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetSuitDetailRequest")] public partial class GetSuitDetailRequest : global::ProtoBuf.IExtensible { public GetSuitDetailRequest() {} private int _c2s_suitType; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_suitType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_suitType { get { return _c2s_suitType; } set { _c2s_suitType = 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=@"GetSuitDetailResponse")] public partial class GetSuitDetailResponse : global::ProtoBuf.IExtensible { public GetSuitDetailResponse() {} 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 _s2c_data = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, 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); } } //--------------------------------------------------------------------------------------- /// /// 获取传承的信息,这里主要是能否附魔 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetInheritInfoRequest")] public partial class GetInheritInfoRequest : global::ProtoBuf.IExtensible { public GetInheritInfoRequest() {} private pomelo.area.EquipPos _c2s_inheritEquip; /// /// 可传承的装备 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_inheritEquip", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.area.EquipPos c2s_inheritEquip { get { return _c2s_inheritEquip; } set { _c2s_inheritEquip = value; } } private pomelo.area.EquipPos _c2s_beiInheritEquip; /// /// 被传承的装备 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_beiInheritEquip", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.area.EquipPos c2s_beiInheritEquip { get { return _c2s_beiInheritEquip; } set { _c2s_beiInheritEquip = 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=@"GetInheritInfoResponse")] public partial class GetInheritInfoResponse : global::ProtoBuf.IExtensible { public GetInheritInfoResponse() {} 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 int _s2c_magical = default(int); /// /// 能否传承附魔 1 可以 0 不可以 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_magical", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_magical { get { return _s2c_magical; } set { _s2c_magical = value; } } private int _s2c_gold = default(int); /// /// 金币消耗 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_gold", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_gold { get { return _s2c_gold; } set { _s2c_gold = 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=@"EquipInheritRequest")] public partial class EquipInheritRequest : global::ProtoBuf.IExtensible { public EquipInheritRequest() {} private pomelo.area.EquipPos _c2s_inheritEquip; /// /// 可传承的装备 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_inheritEquip", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.area.EquipPos c2s_inheritEquip { get { return _c2s_inheritEquip; } set { _c2s_inheritEquip = value; } } private pomelo.area.EquipPos _c2s_beiInheritEquip; /// /// 被传承的装备 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_beiInheritEquip", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.area.EquipPos c2s_beiInheritEquip { get { return _c2s_beiInheritEquip; } set { _c2s_beiInheritEquip = value; } } private int _c2s_magical = default(int); /// /// 是否传承附魔 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"c2s_magical", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_magical { get { return _c2s_magical; } set { _c2s_magical = value; } } private int _c2s_jewel = default(int); /// /// 是否传承宝石 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"c2s_jewel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_jewel { get { return _c2s_jewel; } set { _c2s_jewel = value; } } private int _c2s_refine = default(int); /// /// 是否传承精炼属性 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"c2s_refine", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_refine { get { return _c2s_refine; } set { _c2s_refine = value; } } private int _c2s_isAuto = default(int); /// /// 是否是自动传承 0:手动传承 1:自动传承 /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"c2s_isAuto", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_isAuto { get { return _c2s_isAuto; } set { _c2s_isAuto = 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=@"EquipInheritResponse")] public partial class EquipInheritResponse : global::ProtoBuf.IExtensible { public EquipInheritResponse() {} 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=@"EquipMeltRequest")] public partial class EquipMeltRequest : global::ProtoBuf.IExtensible { public EquipMeltRequest() {} private readonly global::System.Collections.Generic.List _c2s_indexs = new global::System.Collections.Generic.List(); /// /// 需要熔炼的装备indexs /// [global::ProtoBuf.ProtoMember(1, Name=@"c2s_indexs", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List c2s_indexs { get { return _c2s_indexs; } } 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=@"EquipMeltResponse")] public partial class EquipMeltResponse : global::ProtoBuf.IExtensible { public EquipMeltResponse() {} 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 int _s2c_exp = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_exp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_exp { get { return _s2c_exp; } set { _s2c_exp = value; } } private readonly global::System.Collections.Generic.List _s2c_item = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"s2c_item", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_item { get { return _s2c_item; } } 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=@"ChatEquipDetailRequest")] public partial class ChatEquipDetailRequest : global::ProtoBuf.IExtensible { public ChatEquipDetailRequest() {} private string _c2s_id; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_id", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_id { get { return _c2s_id; } set { _c2s_id = 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=@"ChatEquipDetailResponse")] public partial class ChatEquipDetailResponse : global::ProtoBuf.IExtensible { public ChatEquipDetailResponse() {} 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.item.ItemDetail _s2c_data = null; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.item.ItemDetail s2c_data { get { return _s2c_data; } set { _s2c_data = 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=@"EquipRebornRequest")] public partial class EquipRebornRequest : global::ProtoBuf.IExtensible { public EquipRebornRequest() {} private string _equipId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string equipId { get { return _equipId; } set { _equipId = 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=@"EquipRebornResponse")] public partial class EquipRebornResponse : global::ProtoBuf.IExtensible { public EquipRebornResponse() {} 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=@"EquipRebuildRequest")] public partial class EquipRebuildRequest : global::ProtoBuf.IExtensible { public EquipRebuildRequest() {} private string _equipId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string equipId { get { return _equipId; } set { _equipId = value; } } private readonly global::System.Collections.Generic.List _lockedAttId = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"lockedAttId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List lockedAttId { get { return _lockedAttId; } } 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=@"EquipRebuildResponse")] public partial class EquipRebuildResponse : global::ProtoBuf.IExtensible { public EquipRebuildResponse() {} 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=@"EquipSeniorRebuildRequest")] public partial class EquipSeniorRebuildRequest : global::ProtoBuf.IExtensible { public EquipSeniorRebuildRequest() {} private string _equipId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string equipId { get { return _equipId; } set { _equipId = 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=@"EquipSeniorRebuildResponse")] public partial class EquipSeniorRebuildResponse : global::ProtoBuf.IExtensible { public EquipSeniorRebuildResponse() {} 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=@"EquipRefineRequest")] public partial class EquipRefineRequest : global::ProtoBuf.IExtensible { public EquipRefineRequest() {} private string _equipId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string equipId { get { return _equipId; } set { _equipId = value; } } private string _attrkey; /// /// 精炼的属性名 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"attrkey", DataFormat = global::ProtoBuf.DataFormat.Default)] public string attrkey { get { return _attrkey; } set { _attrkey = 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=@"EquipRefineResponse")] public partial class EquipRefineResponse : global::ProtoBuf.IExtensible { public EquipRefineResponse() {} 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=@"EquipRefineLegendRequest")] public partial class EquipRefineLegendRequest : global::ProtoBuf.IExtensible { public EquipRefineLegendRequest() {} private string _equipId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string equipId { get { return _equipId; } set { _equipId = value; } } private string _attrkey = ""; /// /// 精炼的属性名 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"attrkey", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string attrkey { get { return _attrkey; } set { _attrkey = 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=@"EquipRefineLegendResponse")] public partial class EquipRefineLegendResponse : global::ProtoBuf.IExtensible { public EquipRefineLegendResponse() {} 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=@"SaveRebornRequest")] public partial class SaveRebornRequest : global::ProtoBuf.IExtensible { public SaveRebornRequest() {} private string _equipId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string equipId { get { return _equipId; } set { _equipId = 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=@"SaveRebornResponse")] public partial class SaveRebornResponse : global::ProtoBuf.IExtensible { public SaveRebornResponse() {} 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=@"SaveRebuildRequest")] public partial class SaveRebuildRequest : global::ProtoBuf.IExtensible { public SaveRebuildRequest() {} private string _equipId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string equipId { get { return _equipId; } set { _equipId = 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=@"SaveRebuildResponse")] public partial class SaveRebuildResponse : global::ProtoBuf.IExtensible { public SaveRebuildResponse() {} 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=@"SmritiRequest")] public partial class SmritiRequest : global::ProtoBuf.IExtensible { public SmritiRequest() {} private string _letf_equipId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"letf_equipId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string letf_equipId { get { return _letf_equipId; } set { _letf_equipId = value; } } private string _right_equipId; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"right_equipId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string right_equipId { get { return _right_equipId; } set { _right_equipId = 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=@"SmritiResponse")] public partial class SmritiResponse : global::ProtoBuf.IExtensible { public SmritiResponse() {} 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=@"SaveSeniorRebuildRequest")] public partial class SaveSeniorRebuildRequest : global::ProtoBuf.IExtensible { public SaveSeniorRebuildRequest() {} private string _equipId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string equipId { get { return _equipId; } set { _equipId = 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=@"SaveSeniorRebuildResponse")] public partial class SaveSeniorRebuildResponse : global::ProtoBuf.IExtensible { public SaveSeniorRebuildResponse() {} 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=@"SaveRefineRequest")] public partial class SaveRefineRequest : global::ProtoBuf.IExtensible { public SaveRefineRequest() {} private string _equipId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string equipId { get { return _equipId; } set { _equipId = value; } } private string _attrkey; /// /// 精炼的属性名 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"attrkey", DataFormat = global::ProtoBuf.DataFormat.Default)] public string attrkey { get { return _attrkey; } set { _attrkey = 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=@"SaveRefineResponse")] public partial class SaveRefineResponse : global::ProtoBuf.IExtensible { public SaveRefineResponse() {} 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=@"SaveRefineLegendRequest")] public partial class SaveRefineLegendRequest : global::ProtoBuf.IExtensible { public SaveRefineLegendRequest() {} private string _equipId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string equipId { get { return _equipId; } set { _equipId = value; } } private string _attrkey = ""; /// /// 精炼的属性名 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"attrkey", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string attrkey { get { return _attrkey; } set { _attrkey = 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=@"SaveRefineLegendResponse")] public partial class SaveRefineLegendResponse : global::ProtoBuf.IExtensible { public SaveRefineLegendResponse() {} 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=@"GetRefineExtPropRequest")] public partial class GetRefineExtPropRequest : global::ProtoBuf.IExtensible { public GetRefineExtPropRequest() {} private string _equipId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string equipId { get { return _equipId; } set { _equipId = 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=@"GetRefineExtPropResponse")] public partial class GetRefineExtPropResponse : global::ProtoBuf.IExtensible { public GetRefineExtPropResponse() {} 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 _extAtts = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"extAtts", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List extAtts { get { return _extAtts; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 装备血炼 id = 720 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AbsorbEquipAttrToPosRequest")] public partial class AbsorbEquipAttrToPosRequest : global::ProtoBuf.IExtensible { public AbsorbEquipAttrToPosRequest() {} private int _c2s_pos; /// /// 血炼的部位 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_pos { get { return _c2s_pos; } set { _c2s_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=@"AbsorbEquipAttrToPosResponse")] public partial class AbsorbEquipAttrToPosResponse : global::ProtoBuf.IExtensible { public AbsorbEquipAttrToPosResponse() {} 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 int _s2c_index; /// /// -1失败:》0替换属性的index /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_index { get { return _s2c_index; } set { _s2c_index = 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=@"EquipmentSimplePush")] public partial class EquipmentSimplePush : global::ProtoBuf.IExtensible { public EquipmentSimplePush() {} 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); } } //--------------------------------------------------------------------------------------- /// /// 格子强化信息 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"StrengthPosPush")] public partial class StrengthPosPush : global::ProtoBuf.IExtensible { public StrengthPosPush() {} 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 _strengthInfos = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"strengthInfos", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List strengthInfos { get { return _strengthInfos; } } 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=@"EquipInheritPush")] public partial class EquipInheritPush : global::ProtoBuf.IExtensible { public EquipInheritPush() {} 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.EquipPos _s2c_sourceEquip = null; /// /// 可传承的源装备 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_sourceEquip", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.EquipPos s2c_sourceEquip { get { return _s2c_sourceEquip; } set { _s2c_sourceEquip = value; } } private pomelo.area.EquipPos _s2c_destEquip = null; /// /// 被传承的目标装备 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_destEquip", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.EquipPos s2c_destEquip { get { return _s2c_destEquip; } set { _s2c_destEquip = value; } } private int _s2c_gold = default(int); /// /// 需要金币 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_gold", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_gold { get { return _s2c_gold; } set { _s2c_gold = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } }