123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- // ***************************************************************************
- // * 作者: 刘羿君
- // * 创建时间: 2015-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
- {
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 更新new角标
- /// </summary>
-
- [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<pomelo.item.ItemDetail> _s2c_items = new global::System.Collections.Generic.List<pomelo.item.ItemDetail>();
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_items", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.ItemDetail> 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 请求合成公式
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetCombineFormulaRequest")]
- public partial class GetCombineFormulaRequest : global::ProtoBuf.IExtensible
- {
- public GetCombineFormulaRequest() {}
-
-
- private int _c2s_destID;
- /// <summary>
- /// 合成表里面的索引ID
- /// </summary>
-
- [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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 请求合成
- /// </summary>
-
- [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);
- /// <summary>
- /// 要合成的数量
- /// </summary>
-
- [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;
- /// <summary>
- /// 装备pos
- /// </summary>
-
- [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;
- /// <summary>
- /// 宝石孔pos
- /// </summary>
-
- [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);
- /// <summary>
- /// 装备pos
- /// </summary>
-
- [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);
- /// <summary>
- /// 宝石孔pos
- /// </summary>
-
- [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);
- /// <summary>
- /// 剩余银币数量
- /// </summary>
-
- [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<pomelo.area.gemLeftBuy> _gemShopLeftBuys = new global::System.Collections.Generic.List<pomelo.area.gemLeftBuy>();
- /// <summary>
- /// 宝石限购剩余次数
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, Name=@"gemShopLeftBuys", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.gemLeftBuy> 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 勾选的物品对象
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"Item")]
- public partial class Item : global::ProtoBuf.IExtensible
- {
- public Item() {}
-
-
- private string _code;
- /// <summary>
- /// 物品code
- /// </summary>
-
- [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);
- /// <summary>
- /// 物品数量
- /// </summary>
-
- [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);
- /// <summary>
- /// 背包的格子
- /// </summary>
-
- [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);
- /// <summary>
- /// 是否是身上穿戴的装备
- /// </summary>
-
- [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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 八卦炉合成 请求
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"StoveCombineRequest")]
- public partial class StoveCombineRequest : global::ProtoBuf.IExtensible
- {
- public StoveCombineRequest() {}
-
-
- private int _c2s_opType;
- /// <summary>
- /// 合成类型 1:单合一(如:背包的宝石合成) 2:多合一(如:多个材料合成新道具) 3:装备合成
- /// </summary>
-
- [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);
- /// <summary>
- /// 合成表里的索引ID(装备合成不传)
- /// </summary>
-
- [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);
- /// <summary>
- /// 要合成的数量(装备合成不传)
- /// </summary>
-
- [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<pomelo.area.Item> _c2s_chooseList = new global::System.Collections.Generic.List<pomelo.area.Item>();
- /// <summary>
- /// 勾选的物品List
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, Name=@"c2s_chooseList", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.Item> 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 八卦炉装备合成 返回
- /// </summary>
-
- [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<string> _s2c_itemCode = new global::System.Collections.Generic.List<string>();
- /// <summary>
- /// 获得的装备
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<string> 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 烹饪 请求
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"CookingRequest")]
- public partial class CookingRequest : global::ProtoBuf.IExtensible
- {
- public CookingRequest() {}
-
-
- private int _c2s_destID = default(int);
- /// <summary>
- /// 合成表里的索引ID
- /// </summary>
-
- [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<pomelo.area.Item> _c2s_chooseList = new global::System.Collections.Generic.List<pomelo.area.Item>();
- /// <summary>
- /// 勾选的物品List
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, Name=@"c2s_chooseList", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.Item> 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 烹饪 返回
- /// </summary>
-
- [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 = "";
- /// <summary>
- /// 烹饪后的物品code
- /// </summary>
-
- [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<pomelo.item.ItemDetail> _s2c_data = new global::System.Collections.Generic.List<pomelo.item.ItemDetail>();
- [global::ProtoBuf.ProtoMember(1, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.ItemDetail> 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 计数道具变化推送
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"CountItemChangePush")]
- public partial class CountItemChangePush : global::ProtoBuf.IExtensible
- {
- public CountItemChangePush() {}
-
-
- private readonly global::System.Collections.Generic.List<pomelo.item.CountItem> _s2c_data = new global::System.Collections.Generic.List<pomelo.item.CountItem>();
- [global::ProtoBuf.ProtoMember(1, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.CountItem> 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<pomelo.item.MiniItem> _s2c_item = new global::System.Collections.Generic.List<pomelo.item.MiniItem>();
- [global::ProtoBuf.ProtoMember(1, Name=@"s2c_item", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.MiniItem> 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<pomelo.item.MiniItem> _s2c_item = new global::System.Collections.Generic.List<pomelo.item.MiniItem>();
- [global::ProtoBuf.ProtoMember(1, Name=@"s2c_item", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.MiniItem> 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); }
- }
-
-
- }
-
|