123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486 |
- //------------------------------------------------------------------------------
- // <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-03-14
- // * 用途= 竞技场
- // ***************************************************************************/
- // Generated from: arenaHandler.proto
- // Note: requires additional types generated from: common.proto
- namespace pomelo.area
- {
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ArenaInfoRequest")]
- public partial class ArenaInfoRequest : global::ProtoBuf.IExtensible
- {
- public ArenaInfoRequest() {}
-
- 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=@"ArenaInfoResponse")]
- public partial class ArenaInfoResponse : global::ProtoBuf.IExtensible
- {
- public ArenaInfoResponse() {}
-
-
- 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_singleRank = default(int);
- /// <summary>
- /// 竞技场单天排名,为0表示没有排名
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_singleRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_singleRank
- {
- get { return _s2c_singleRank; }
- set { _s2c_singleRank = value; }
- }
-
- private int _s2c_totalRank = default(int);
- /// <summary>
- /// 上赛季排名, 为0表示没有排名
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_totalRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_totalRank
- {
- get { return _s2c_totalRank; }
- set { _s2c_totalRank = value; }
- }
-
- private int _s2c_singleReward = default(int);
- /// <summary>
- /// 单天排名奖励,0-不可领取 1-可领取 2-已领取
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_singleReward", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_singleReward
- {
- get { return _s2c_singleReward; }
- set { _s2c_singleReward = value; }
- }
-
- private int _s2c_totalReward = default(int);
- /// <summary>
- /// 上赛季排名奖励,0-不可领取 1-可领取 2-已领取
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"s2c_totalReward", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_totalReward
- {
- get { return _s2c_totalReward; }
- set { _s2c_totalReward = value; }
- }
-
- private int _s2c_currentTotalRank = default(int);
- /// <summary>
- /// 当前赛季排名,为0表示没有排名
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"s2c_currentTotalRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_currentTotalRank
- {
- get { return _s2c_currentTotalRank; }
- set { _s2c_currentTotalRank = value; }
- }
-
- private int _s2c_currentTotalScore = default(int);
- /// <summary>
- /// 当前赛季分数
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"s2c_currentTotalScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_currentTotalScore
- {
- get { return _s2c_currentTotalScore; }
- set { _s2c_currentTotalScore = value; }
- }
-
- private long _s2c_seasonEndTime = default(long);
- /// <summary>
- /// 赛季结束时间
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"s2c_seasonEndTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(long))]
- public long s2c_seasonEndTime
- {
- get { return _s2c_seasonEndTime; }
- set { _s2c_seasonEndTime = 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=@"EnterArenaAreaRequest")]
- public partial class EnterArenaAreaRequest : global::ProtoBuf.IExtensible
- {
- public EnterArenaAreaRequest() {}
-
- 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=@"EnterArenaAreaResponse")]
- public partial class EnterArenaAreaResponse : global::ProtoBuf.IExtensible
- {
- public EnterArenaAreaResponse() {}
-
-
- 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=@"LeaveArenaAreaRequest")]
- public partial class LeaveArenaAreaRequest : global::ProtoBuf.IExtensible
- {
- public LeaveArenaAreaRequest() {}
-
- 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=@"LeaveArenaAreaResponse")]
- public partial class LeaveArenaAreaResponse : global::ProtoBuf.IExtensible
- {
- public LeaveArenaAreaResponse() {}
-
-
- 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=@"ArenaRewardRequest")]
- public partial class ArenaRewardRequest : global::ProtoBuf.IExtensible
- {
- public ArenaRewardRequest() {}
-
-
- private int _c2s_type;
- /// <summary>
- /// 1 领取单场奖励,2 领取当日排名奖励
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_type
- {
- get { return _c2s_type; }
- set { _c2s_type = 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=@"ArenaRewardResponse")]
- public partial class ArenaRewardResponse : global::ProtoBuf.IExtensible
- {
- public ArenaRewardResponse() {}
-
-
- 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=@"ArenaBattleScore")]
- public partial class ArenaBattleScore : global::ProtoBuf.IExtensible
- {
- public ArenaBattleScore() {}
-
-
- private string _name;
- /// <summary>
- /// 玩家名称
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string name
- {
- get { return _name; }
- set { _name = value; }
- }
-
- private int _score;
- /// <summary>
- /// 分数
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int score
- {
- get { return _score; }
- set { _score = 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 string _id = "";
- /// <summary>
- /// 玩家id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string id
- {
- get { return _id; }
- set { _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=@"OnArenaBattleInfoPush")]
- public partial class OnArenaBattleInfoPush : global::ProtoBuf.IExtensible
- {
- public OnArenaBattleInfoPush() {}
-
-
- 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 int _s2c_killCount;
- /// <summary>
- /// 连杀次数
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_killCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_killCount
- {
- get { return _s2c_killCount; }
- set { _s2c_killCount = value; }
- }
-
- private int _s2c_index;
- /// <summary>
- /// 当前排名
- /// </summary>
-
- [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 int _s2c_score;
- /// <summary>
- /// 当前积分
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"s2c_score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_score
- {
- get { return _s2c_score; }
- set { _s2c_score = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.area.ArenaBattleScore> _s2c_scores = new global::System.Collections.Generic.List<pomelo.area.ArenaBattleScore>();
- /// <summary>
- /// 积分排名
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, Name=@"s2c_scores", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.ArenaBattleScore> s2c_scores
- {
- get { return _s2c_scores; }
- }
-
-
- private int _s2c_playerCount;
- /// <summary>
- /// 参与人数
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"s2c_playerCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_playerCount
- {
- get { return _s2c_playerCount; }
- set { _s2c_playerCount = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.area.ArenaBattleScore> _s2c_killCountList = new global::System.Collections.Generic.List<pomelo.area.ArenaBattleScore>();
- /// <summary>
- /// 连杀排名列表
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(7, Name=@"s2c_killCountList", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.ArenaBattleScore> s2c_killCountList
- {
- get { return _s2c_killCountList; }
- }
-
- 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=@"OnArenaBattleEndPush")]
- public partial class OnArenaBattleEndPush : global::ProtoBuf.IExtensible
- {
- public OnArenaBattleEndPush() {}
-
-
- 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 int _outtime;
- /// <summary>
- /// 强制退出时间
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"outtime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int outtime
- {
- get { return _outtime; }
- set { _outtime = value; }
- }
-
- private int _addKillValue;
- /// <summary>
- /// 增加杀意值
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"addKillValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int addKillValue
- {
- get { return _addKillValue; }
- set { _addKillValue = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|