123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413 |
- //------------------------------------------------------------------------------
- // <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>
- //------------------------------------------------------------------------------
- // ***************************************************************************
- // * 作者= 王春桃
- // * 创建时间= 2016-08-03
- // * 用途= 悬赏
- // ***************************************************************************
- // Generated from: rewardHandler.proto
- // Note: requires additional types generated from: item.proto
- namespace pomelo.area
- {
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RewardDeskRequest")]
- public partial class RewardDeskRequest : global::ProtoBuf.IExtensible
- {
- public RewardDeskRequest() {}
-
- 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=@"RewardDeskResponse")]
- public partial class RewardDeskResponse : global::ProtoBuf.IExtensible
- {
- public RewardDeskResponse() {}
-
-
- 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.MiniItem _s2c_itemInfo;
- /// <summary>
- /// 需要物品
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_itemInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public pomelo.item.MiniItem s2c_itemInfo
- {
- get { return _s2c_itemInfo; }
- set { _s2c_itemInfo = 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=@"RewardRequest")]
- public partial class RewardRequest : global::ProtoBuf.IExtensible
- {
- public RewardRequest() {}
-
-
- private string _c2s_playerName;
- /// <summary>
- /// 目标玩家
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_playerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string c2s_playerName
- {
- get { return _c2s_playerName; }
- set { _c2s_playerName = 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=@"RewardResponse")]
- public partial class RewardResponse : global::ProtoBuf.IExtensible
- {
- public RewardResponse() {}
-
-
- 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=@"BountyInfo")]
- public partial class BountyInfo : global::ProtoBuf.IExtensible
- {
- public BountyInfo() {}
-
-
- private string _playerName;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string playerName
- {
- get { return _playerName; }
- set { _playerName = value; }
- }
-
- private int _bounty;
- /// <summary>
- /// 赏金
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"bounty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int bounty
- {
- get { return _bounty; }
- set { _bounty = value; }
- }
-
- private int _pro;
- /// <summary>
- /// 职业
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int pro
- {
- get { return _pro; }
- set { _pro = value; }
- }
-
- private pomelo.item.CountItem _itemInfo;
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"itemInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public pomelo.item.CountItem itemInfo
- {
- get { return _itemInfo; }
- set { _itemInfo = value; }
- }
-
- private string _preyId;
- /// <summary>
- /// 猎物(被悬赏者ID)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"preyId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string preyId
- {
- get { return _preyId; }
- set { _preyId = value; }
- }
-
- private string _hunterId;
- /// <summary>
- /// 猎人 (悬赏者ID)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"hunterId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string hunterId
- {
- get { return _hunterId; }
- set { _hunterId = value; }
- }
-
- private int _isFinish = default(int);
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"isFinish", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int isFinish
- {
- get { return _isFinish; }
- set { _isFinish = 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=@"CheckBountyRequest")]
- public partial class CheckBountyRequest : global::ProtoBuf.IExtensible
- {
- public CheckBountyRequest() {}
-
-
- private int _c2s_index;
- /// <summary>
- /// 第几次请求 每次30条数据(既排名)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, 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=@"CheckBountyResponse")]
- public partial class CheckBountyResponse : global::ProtoBuf.IExtensible
- {
- public CheckBountyResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.area.BountyInfo> _s2c_bounty = new global::System.Collections.Generic.List<pomelo.area.BountyInfo>();
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_bounty", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.BountyInfo> s2c_bounty
- {
- get { return _s2c_bounty; }
- }
-
-
- private int _s2c_rewardNum = default(int);
- /// <summary>
- /// 悬赏条数
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_rewardNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_rewardNum
- {
- get { return _s2c_rewardNum; }
- set { _s2c_rewardNum = 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=@"GetAwardBountyRequest")]
- public partial class GetAwardBountyRequest : global::ProtoBuf.IExtensible
- {
- public GetAwardBountyRequest() {}
-
-
- private string _c2s_preyId;
- /// <summary>
- /// 猎物(被悬赏者ID)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_preyId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string c2s_preyId
- {
- get { return _c2s_preyId; }
- set { _c2s_preyId = value; }
- }
-
- private string _c2s_hunterId;
- /// <summary>
- /// 猎人 (悬赏者ID)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_hunterId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string c2s_hunterId
- {
- get { return _c2s_hunterId; }
- set { _c2s_hunterId = value; }
- }
-
- private int _c2s_bounty;
- /// <summary>
- /// 赏金
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"c2s_bounty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_bounty
- {
- get { return _c2s_bounty; }
- set { _c2s_bounty = 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=@"GetAwardBountyResponse")]
- public partial class GetAwardBountyResponse : global::ProtoBuf.IExtensible
- {
- public GetAwardBountyResponse() {}
-
-
- 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=@"FinishRewardRequest")]
- public partial class FinishRewardRequest : global::ProtoBuf.IExtensible
- {
- public FinishRewardRequest() {}
-
- 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=@"FinishRewardResponse")]
- public partial class FinishRewardResponse : global::ProtoBuf.IExtensible
- {
- public FinishRewardResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.area.BountyInfo> _s2c_bounty = new global::System.Collections.Generic.List<pomelo.area.BountyInfo>();
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_bounty", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.BountyInfo> s2c_bounty
- {
- get { return _s2c_bounty; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|