//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // * 作者= 左应 // * 创建时间= 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); /// /// 竞技场单天排名,为0表示没有排名 /// [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); /// /// 上赛季排名, 为0表示没有排名 /// [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); /// /// 单天排名奖励,0-不可领取 1-可领取 2-已领取 /// [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); /// /// 上赛季排名奖励,0-不可领取 1-可领取 2-已领取 /// [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); /// /// 当前赛季排名,为0表示没有排名 /// [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); /// /// 当前赛季分数 /// [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); /// /// 赛季结束时间 /// [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; /// /// 1 领取单场奖励,2 领取当日排名奖励 /// [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; /// /// 玩家名称 /// [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; /// /// 分数 /// [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; /// /// 玩家职业 /// [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 = ""; /// /// 玩家id /// [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; /// /// 连杀次数 /// [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; /// /// 当前排名 /// [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; /// /// 当前积分 /// [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 _s2c_scores = new global::System.Collections.Generic.List(); /// /// 积分排名 /// [global::ProtoBuf.ProtoMember(5, Name=@"s2c_scores", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_scores { get { return _s2c_scores; } } private int _s2c_playerCount; /// /// 参与人数 /// [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 _s2c_killCountList = new global::System.Collections.Generic.List(); /// /// 连杀排名列表 /// [global::ProtoBuf.ProtoMember(7, Name=@"s2c_killCountList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List 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; /// /// 强制退出时间 /// [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; /// /// 增加杀意值 /// [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); } } }