//------------------------------------------------------------------------------ // // 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-10-17 // * 用途: 道具处理器 // *************************************************************************** // Generated from: itemHandler.proto // Note: requires additional types generated from: common.proto // Note: requires additional types generated from: item.proto namespace pomelo.area { //--------------------------------------------------------------------------------------- /// /// 更新new角标 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryItemStatusUpdateNotify")] public partial class QueryItemStatusUpdateNotify : global::ProtoBuf.IExtensible { public QueryItemStatusUpdateNotify() {} private int _index; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int index { get { return _index; } set { _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=@"GetAllEquipDetailsRequest")] public partial class GetAllEquipDetailsRequest : global::ProtoBuf.IExtensible { public GetAllEquipDetailsRequest() {} 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=@"GetAllEquipDetailsResponse")] public partial class GetAllEquipDetailsResponse : global::ProtoBuf.IExtensible { public GetAllEquipDetailsResponse() {} 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_items = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"s2c_items", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_items { get { return _s2c_items; } } 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=@"GetCombineFormulaRequest")] public partial class GetCombineFormulaRequest : global::ProtoBuf.IExtensible { public GetCombineFormulaRequest() {} private int _c2s_destID; /// /// 合成表里面的索引ID /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_destID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_destID { get { return _c2s_destID; } set { _c2s_destID = 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=@"GetCombineFormulaResponse")] public partial class GetCombineFormulaResponse : global::ProtoBuf.IExtensible { public GetCombineFormulaResponse() {} 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.Combine _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.Combine 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=@"CombineRequest")] public partial class CombineRequest : global::ProtoBuf.IExtensible { public CombineRequest() {} private int _c2s_destID; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_destID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_destID { get { return _c2s_destID; } set { _c2s_destID = value; } } private int _c2s_num = default(int); /// /// 要合成的数量 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"c2s_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_num { get { return _c2s_num; } set { _c2s_num = value; } } private int _c2s_gridIndex = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"c2s_gridIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] 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=@"CombineResponse")] public partial class CombineResponse : global::ProtoBuf.IExtensible { public CombineResponse() {} 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=@"GemCombineRequest")] public partial class GemCombineRequest : global::ProtoBuf.IExtensible { public GemCombineRequest() {} 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_gridIndex; /// /// 宝石孔pos /// [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 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=@"gemLeftBuy")] public partial class gemLeftBuy : global::ProtoBuf.IExtensible { public gemLeftBuy() {} private string _gemID; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"gemID", DataFormat = global::ProtoBuf.DataFormat.Default)] public string gemID { get { return _gemID; } set { _gemID = value; } } private int _leftBuyf; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"leftBuyf", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int leftBuyf { get { return _leftBuyf; } set { _leftBuyf = 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=@"GemCombineResponse")] public partial class GemCombineResponse : global::ProtoBuf.IExtensible { public GemCombineResponse() {} 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 _c2s_pos = default(int); /// /// 装备pos /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"c2s_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_pos { get { return _c2s_pos; } set { _c2s_pos = value; } } private int _c2s_gridIndex = default(int); /// /// 宝石孔pos /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"c2s_gridIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_gridIndex { get { return _c2s_gridIndex; } set { _c2s_gridIndex = value; } } private long _s2c_leftCoin = default(long); /// /// 剩余银币数量 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_leftCoin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(long))] public long s2c_leftCoin { get { return _s2c_leftCoin; } set { _s2c_leftCoin = value; } } private readonly global::System.Collections.Generic.List _gemShopLeftBuys = new global::System.Collections.Generic.List(); /// /// 宝石限购剩余次数 /// [global::ProtoBuf.ProtoMember(6, Name=@"gemShopLeftBuys", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List gemShopLeftBuys { get { return _gemShopLeftBuys; } } 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=@"Item")] public partial class Item : global::ProtoBuf.IExtensible { public Item() {} private string _code; /// /// 物品code /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)] public string code { get { return _code; } set { _code = value; } } private int _num = default(int); /// /// 物品数量 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int num { get { return _num; } set { _num = value; } } private int _gridIndex = default(int); /// /// 背包的格子 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"gridIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int gridIndex { get { return _gridIndex; } set { _gridIndex = value; } } private bool _isbody = default(bool); /// /// 是否是身上穿戴的装备 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"isbody", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(default(bool))] public bool isbody { get { return _isbody; } set { _isbody = 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=@"StoveCombineRequest")] public partial class StoveCombineRequest : global::ProtoBuf.IExtensible { public StoveCombineRequest() {} private int _c2s_opType; /// /// 合成类型 1:单合一(如:背包的宝石合成) 2:多合一(如:多个材料合成新道具) 3:装备合成 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_opType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_opType { get { return _c2s_opType; } set { _c2s_opType = value; } } private int _c2s_destID = default(int); /// /// 合成表里的索引ID(装备合成不传) /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"c2s_destID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_destID { get { return _c2s_destID; } set { _c2s_destID = value; } } private int _c2s_num = default(int); /// /// 要合成的数量(装备合成不传) /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"c2s_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_num { get { return _c2s_num; } set { _c2s_num = value; } } private readonly global::System.Collections.Generic.List _c2s_chooseList = new global::System.Collections.Generic.List(); /// /// 勾选的物品List /// [global::ProtoBuf.ProtoMember(4, Name=@"c2s_chooseList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List c2s_chooseList { get { return _c2s_chooseList; } } 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=@"StoveCombineResponse")] public partial class StoveCombineResponse : global::ProtoBuf.IExtensible { public StoveCombineResponse() {} 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_itemCode = new global::System.Collections.Generic.List(); /// /// 获得的装备 /// [global::ProtoBuf.ProtoMember(3, Name=@"s2c_itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_itemCode { get { return _s2c_itemCode; } } 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=@"CookingRequest")] public partial class CookingRequest : global::ProtoBuf.IExtensible { public CookingRequest() {} private int _c2s_destID = default(int); /// /// 合成表里的索引ID /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"c2s_destID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_destID { get { return _c2s_destID; } set { _c2s_destID = value; } } private readonly global::System.Collections.Generic.List _c2s_chooseList = new global::System.Collections.Generic.List(); /// /// 勾选的物品List /// [global::ProtoBuf.ProtoMember(2, Name=@"c2s_chooseList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List c2s_chooseList { get { return _c2s_chooseList; } } 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=@"CookingResponse")] public partial class CookingResponse : global::ProtoBuf.IExtensible { public CookingResponse() {} 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 string _return_code = ""; /// /// 烹饪后的物品code /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"return_code", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string return_code { get { return _return_code; } set { _return_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=@"ItemDetailPush")] public partial class ItemDetailPush : global::ProtoBuf.IExtensible { public ItemDetailPush() {} private readonly global::System.Collections.Generic.List _s2c_data = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, 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=@"CountItemChangePush")] public partial class CountItemChangePush : global::ProtoBuf.IExtensible { public CountItemChangePush() {} private readonly global::System.Collections.Generic.List _s2c_data = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, 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=@"FishItemPush")] public partial class FishItemPush : global::ProtoBuf.IExtensible { public FishItemPush() {} private readonly global::System.Collections.Generic.List _s2c_item = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, 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=@"RewardItemPush")] public partial class RewardItemPush : global::ProtoBuf.IExtensible { public RewardItemPush() {} private readonly global::System.Collections.Generic.List _s2c_item = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, 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); } } }