//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // * 作者= 王方月 // * 创建时间= 2017-04-10 // * 用途= 问道大会系统 // *************************************************************************** // Generated from: soloHandler.proto // Note: requires additional types generated from: common.proto namespace pomelo.area { //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RankItem")] public partial class RankItem : global::ProtoBuf.IExtensible { public RankItem() {} private int _rank; /// /// 排名 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"rank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int rank { get { return _rank; } set { _rank = value; } } private string _playerId; /// /// 玩家ID /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string playerId { get { return _playerId; } set { _playerId = value; } } private string _name; /// /// 玩家名字 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string name { get { return _name; } set { _name = value; } } private int _pro; /// /// 玩家职业 /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int pro { get { return _pro; } set { _pro = value; } } private int _level; /// /// 玩家等级 /// [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int level { get { return _level; } set { _level = value; } } private int _score = default(int); /// /// 新增 资历(积分) /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int score { get { return _score; } set { _score = 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=@"MyInfo")] public partial class MyInfo : global::ProtoBuf.IExtensible { public MyInfo() {} private int _rank; /// /// 排名 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"rank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int rank { get { return _rank; } set { _rank = 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 _maxContWinTimes; /// /// 历史最高连胜次数 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"maxContWinTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int maxContWinTimes { get { return _maxContWinTimes; } set { _maxContWinTimes = value; } } private int _maxContLoseTimes; /// /// 历史最高连败次数 /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"maxContLoseTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int maxContLoseTimes { get { return _maxContLoseTimes; } set { _maxContLoseTimes = value; } } private int _battleTimes; /// /// 新增 当前赛季单挑总场次 /// [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"battleTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int battleTimes { get { return _battleTimes; } set { _battleTimes = value; } } private int _winTotalTimes; /// /// 新增 胜利场次 /// [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"winTotalTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int winTotalTimes { get { return _winTotalTimes; } set { _winTotalTimes = value; } } private int _loseTotalTimes; /// /// 新增 失败场次 /// [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"loseTotalTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int loseTotalTimes { get { return _loseTotalTimes; } set { _loseTotalTimes = value; } } private string _seasonEndTime; /// /// 新增 赛季结束时间 /// [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"seasonEndTime", DataFormat = global::ProtoBuf.DataFormat.Default)] public string seasonEndTime { get { return _seasonEndTime; } set { _seasonEndTime = value; } } private int _myToken; /// /// 新增 当前宗师币 /// [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"myToken", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int myToken { get { return _myToken; } set { _myToken = value; } } private int _todayToken; /// /// 新增 今日收益宗师币 /// [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"todayToken", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int todayToken { get { return _todayToken; } set { _todayToken = value; } } private int _maxToken; /// /// 新增 今日宗师币最大收益 /// [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"maxToken", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int maxToken { get { return _maxToken; } set { _maxToken = value; } } private int _avgMatchTime = default(int); /// /// 平均等待时间 /// [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"avgMatchTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int avgMatchTime { get { return _avgMatchTime; } set { _avgMatchTime = value; } } private int _startJoinTime = default(int); /// /// 开始报名时间 0-没有报名 /// [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"startJoinTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int startJoinTime { get { return _startJoinTime; } set { _startJoinTime = 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=@"RankReward")] public partial class RankReward : global::ProtoBuf.IExtensible { public RankReward() {} private int _rankId; /// /// 段位ID /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"rankId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int rankId { get { return _rankId; } set { _rankId = value; } } private int _status; /// /// 领取状态 0-不可领取 1-可领取 2-已领取 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int status { get { return _status; } set { _status = 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=@"SoloInfoRequest")] public partial class SoloInfoRequest : global::ProtoBuf.IExtensible { public SoloInfoRequest() {} 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=@"SoloInfoResponse")] public partial class SoloInfoResponse : global::ProtoBuf.IExtensible { public SoloInfoResponse() {} 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.area.MyInfo _s2c_myInfo = null; /// /// 我的信息 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_myInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.MyInfo s2c_myInfo { get { return _s2c_myInfo; } set { _s2c_myInfo = 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=@"NewsInfo")] public partial class NewsInfo : global::ProtoBuf.IExtensible { public NewsInfo() {} private string _date; /// /// 传闻日期 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"date", DataFormat = global::ProtoBuf.DataFormat.Default)] public string date { get { return _date; } set { _date = value; } } private readonly global::System.Collections.Generic.List _message = new global::System.Collections.Generic.List(); /// /// 传闻内容 /// [global::ProtoBuf.ProtoMember(2, Name=@"message", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List message { get { return _message; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 新增协议request 传闻界面 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"NewsInfoRequest")] public partial class NewsInfoRequest : global::ProtoBuf.IExtensible { public NewsInfoRequest() {} private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 新增协议 response /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"NewsInfoResponse")] public partial class NewsInfoResponse : global::ProtoBuf.IExtensible { public NewsInfoResponse() {} 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_soloMessages = new global::System.Collections.Generic.List(); /// /// 单挑传闻 /// [global::ProtoBuf.ProtoMember(3, Name=@"s2c_soloMessages", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_soloMessages { get { return _s2c_soloMessages; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 新增协议request 战斗记录 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BattleRecordRequest")] public partial class BattleRecordRequest : global::ProtoBuf.IExtensible { public BattleRecordRequest() {} 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=@"BattleRecord")] public partial class BattleRecord : global::ProtoBuf.IExtensible { public BattleRecord() {} private int _result; /// /// 战斗结果 1-胜 2-负 3-平 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"result", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int result { get { return _result; } set { _result = value; } } private string _battleTime; /// /// 战斗时间 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"battleTime", DataFormat = global::ProtoBuf.DataFormat.Default)] public string battleTime { get { return _battleTime; } set { _battleTime = value; } } private int _score; /// /// 当时资历 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int score { get { return _score; } set { _score = value; } } private int _scoreChange; /// /// 资历变化 /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"scoreChange", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int scoreChange { get { return _scoreChange; } set { _scoreChange = value; } } private string _vsName; /// /// 对方名字 /// [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"vsName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string vsName { get { return _vsName; } set { _vsName = value; } } private string _vsGuildName; /// /// 对方公会名称 /// [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"vsGuildName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string vsGuildName { get { return _vsGuildName; } set { _vsGuildName = value; } } private int _vsPro; /// /// 对方职业 /// [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"vsPro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int vsPro { get { return _vsPro; } set { _vsPro = value; } } private int _vsScore; /// /// 对方资历 /// [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"vsScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int vsScore { get { return _vsScore; } set { _vsScore = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 新增协议response /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BattleRecordResponse")] public partial class BattleRecordResponse : global::ProtoBuf.IExtensible { public BattleRecordResponse() {} 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_canglang = default(int); /// /// 对苍狼胜率 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_canglang", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_canglang { get { return _s2c_canglang; } set { _s2c_canglang = value; } } private int _s2c_yixian = default(int); /// /// 对逸仙胜率 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_yixian", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_yixian { get { return _s2c_yixian; } set { _s2c_yixian = value; } } private int _s2c_yujian = default(int); /// /// 对御剑胜率 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_yujian", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_yujian { get { return _s2c_yujian; } set { _s2c_yujian = value; } } private int _s2c_linghu = default(int); /// /// 对灵狐胜率 /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"s2c_linghu", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_linghu { get { return _s2c_linghu; } set { _s2c_linghu = value; } } private int _s2c_shenjian = default(int); /// /// 对神箭胜率 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"s2c_shenjian", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_shenjian { get { return _s2c_shenjian; } set { _s2c_shenjian = value; } } private readonly global::System.Collections.Generic.List _s2c_batttleList = new global::System.Collections.Generic.List(); /// /// 战斗记录列表 /// [global::ProtoBuf.ProtoMember(8, Name=@"s2c_batttleList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_batttleList { get { return _s2c_batttleList; } } 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=@"RewardInfoRequest")] public partial class RewardInfoRequest : global::ProtoBuf.IExtensible { public RewardInfoRequest() {} 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=@"DailyRewardItem")] public partial class DailyRewardItem : global::ProtoBuf.IExtensible { public DailyRewardItem() {} private string _itemCode; /// /// 奖励物品id /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string itemCode { get { return _itemCode; } set { _itemCode = value; } } private int _itemNum; /// /// 物品数量 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"itemNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int itemNum { get { return _itemNum; } set { _itemNum = 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=@"SoloDailyReward")] public partial class SoloDailyReward : global::ProtoBuf.IExtensible { public SoloDailyReward() {} private int _rankId; /// /// 奖励对应的段位ID,未来可以为不同段位配置不同宝箱奖励 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"rankId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int rankId { get { return _rankId; } set { _rankId = value; } } private int _status; /// /// 领取状态 0-领取条件不够 1-可领取 2-已经领取 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int status { get { return _status; } set { _status = value; } } private readonly global::System.Collections.Generic.List _items = new global::System.Collections.Generic.List(); /// /// TC产生的奖励物品 /// [global::ProtoBuf.ProtoMember(3, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List items { get { return _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=@"RewardInfoResponse")] public partial class RewardInfoResponse : global::ProtoBuf.IExtensible { public RewardInfoResponse() {} 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_rankRewards = new global::System.Collections.Generic.List(); /// /// 段位奖励 /// [global::ProtoBuf.ProtoMember(3, Name=@"s2c_rankRewards", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_rankRewards { get { return _s2c_rankRewards; } } private int _s2c_currRank = default(int); /// /// 当前排名 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_currRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_currRank { get { return _s2c_currRank; } set { _s2c_currRank = value; } } private readonly global::System.Collections.Generic.List _s2c_dailyRewards = new global::System.Collections.Generic.List(); /// /// 每日刷新的宝箱奖励 /// [global::ProtoBuf.ProtoMember(5, Name=@"s2c_dailyRewards", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_dailyRewards { get { return _s2c_dailyRewards; } } private int _s2c_dailyBattleTimes = default(int); /// /// 当前参与场次 (每达成一个宝箱开启条件会重置,超过当日宝箱上限的时候不再累积) /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"s2c_dailyBattleTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_dailyBattleTimes { get { return _s2c_dailyBattleTimes; } set { _s2c_dailyBattleTimes = 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=@"DrawRankRewardRequest")] public partial class DrawRankRewardRequest : global::ProtoBuf.IExtensible { public DrawRankRewardRequest() {} private int _c2s_rankId; /// /// 段位ID /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_rankId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_rankId { get { return _c2s_rankId; } set { _c2s_rankId = 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=@"DrawRankRewardResponse")] public partial class DrawRankRewardResponse : global::ProtoBuf.IExtensible { public DrawRankRewardResponse() {} 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=@"DrawDailyRewardRequest")] public partial class DrawDailyRewardRequest : global::ProtoBuf.IExtensible { public DrawDailyRewardRequest() {} private int _c2s_index; /// /// 索引从1开始 /// [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=@"DrawDailyRewardResponse")] public partial class DrawDailyRewardResponse : global::ProtoBuf.IExtensible { public DrawDailyRewardResponse() {} 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_dailyRewardItems = new global::System.Collections.Generic.List(); /// /// TC产生的奖励物品 /// [global::ProtoBuf.ProtoMember(3, Name=@"s2c_dailyRewardItems", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_dailyRewardItems { get { return _s2c_dailyRewardItems; } } 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=@"JoinSoloRequest")] public partial class JoinSoloRequest : global::ProtoBuf.IExtensible { public JoinSoloRequest() {} 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=@"JoinSoloResponse")] public partial class JoinSoloResponse : global::ProtoBuf.IExtensible { public JoinSoloResponse() {} 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_avgMatchTime = default(int); /// /// 平均等待时间 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_avgMatchTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_avgMatchTime { get { return _s2c_avgMatchTime; } set { _s2c_avgMatchTime = value; } } private int _s2c_startJoinTime = default(int); /// /// 开始报名时间 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_startJoinTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_startJoinTime { get { return _s2c_startJoinTime; } set { _s2c_startJoinTime = 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=@"JoinSoloBattleRequest")] public partial class JoinSoloBattleRequest : global::ProtoBuf.IExtensible { public JoinSoloBattleRequest() {} 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=@"JoinSoloBattleResponse")] public partial class JoinSoloBattleResponse : global::ProtoBuf.IExtensible { public JoinSoloBattleResponse() {} 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=@"QuitSoloRequest")] public partial class QuitSoloRequest : global::ProtoBuf.IExtensible { public QuitSoloRequest() {} 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=@"QuitSoloResponse")] public partial class QuitSoloResponse : global::ProtoBuf.IExtensible { public QuitSoloResponse() {} 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=@"QueryRewardRequest")] public partial class QueryRewardRequest : global::ProtoBuf.IExtensible { public QueryRewardRequest() {} 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=@"QueryRewardResponse")] public partial class QueryRewardResponse : global::ProtoBuf.IExtensible { public QueryRewardResponse() {} 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_hasReward = default(int); /// /// 0-无奖励 1-有奖励 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_hasReward", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_hasReward { get { return _s2c_hasReward; } set { _s2c_hasReward = 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=@"LeaveSoloAreaRequest")] public partial class LeaveSoloAreaRequest : global::ProtoBuf.IExtensible { public LeaveSoloAreaRequest() {} 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=@"LeaveSoloAreaResponse")] public partial class LeaveSoloAreaResponse : global::ProtoBuf.IExtensible { public LeaveSoloAreaResponse() {} 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=@"OnSoloMatchedPush")] public partial class OnSoloMatchedPush : global::ProtoBuf.IExtensible { public OnSoloMatchedPush() {} 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_vsPlayerName; /// /// 对手姓名 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_vsPlayerName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string s2c_vsPlayerName { get { return _s2c_vsPlayerName; } set { _s2c_vsPlayerName = value; } } private int _s2c_vsPlayerPro; /// /// 对手职业 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_vsPlayerPro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_vsPlayerPro { get { return _s2c_vsPlayerPro; } set { _s2c_vsPlayerPro = value; } } private int _s2c_vsPlayerLevel; /// /// 对手等级 /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"s2c_vsPlayerLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_vsPlayerLevel { get { return _s2c_vsPlayerLevel; } set { _s2c_vsPlayerLevel = value; } } private readonly global::System.Collections.Generic.List _s2c_vsPlayerAvatars = new global::System.Collections.Generic.List(); /// /// 对手时装 /// [global::ProtoBuf.ProtoMember(5, Name=@"s2c_vsPlayerAvatars", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_vsPlayerAvatars { get { return _s2c_vsPlayerAvatars; } } private int _s2c_waitResponseTimeSec; /// /// 等待用户回应的时间秒数 /// [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"s2c_waitResponseTimeSec", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_waitResponseTimeSec { get { return _s2c_waitResponseTimeSec; } set { _s2c_waitResponseTimeSec = value; } } private int _s2c_isRobot = default(int); /// /// 是否机器人 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"s2c_isRobot", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_isRobot { get { return _s2c_isRobot; } set { _s2c_isRobot = 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=@"GetRivalInfoResponse")] public partial class GetRivalInfoResponse : global::ProtoBuf.IExtensible { public GetRivalInfoResponse() {} 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_vsPlayerName; /// /// 对手姓名 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_vsPlayerName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string s2c_vsPlayerName { get { return _s2c_vsPlayerName; } set { _s2c_vsPlayerName = value; } } private int _s2c_vsPlayerPro; /// /// 对手职业 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_vsPlayerPro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_vsPlayerPro { get { return _s2c_vsPlayerPro; } set { _s2c_vsPlayerPro = value; } } private int _s2c_vsPlayerLevel; /// /// 对手等级 /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"s2c_vsPlayerLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_vsPlayerLevel { get { return _s2c_vsPlayerLevel; } set { _s2c_vsPlayerLevel = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(5, 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=@"OnNewRewardPush")] public partial class OnNewRewardPush : global::ProtoBuf.IExtensible { public OnNewRewardPush() {} 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 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=@"OnFightPointPush")] public partial class OnFightPointPush : global::ProtoBuf.IExtensible { public OnFightPointPush() {} 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_fightPoint; /// /// 战点 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_fightPoint", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_fightPoint { get { return _s2c_fightPoint; } set { _s2c_fightPoint = 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=@"RoundResult")] public partial class RoundResult : global::ProtoBuf.IExtensible { public RoundResult() {} private int _result; /// /// 1-胜 2-负 3-平 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"result", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int result { get { return _result; } set { _result = value; } } private int _myWinTimes; /// /// 己方胜利次数 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"myWinTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int myWinTimes { get { return _myWinTimes; } set { _myWinTimes = value; } } private int _vsWinTimes; /// /// 对方胜利次数 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"vsWinTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int vsWinTimes { get { return _vsWinTimes; } set { _vsWinTimes = value; } } private int _leftTime; /// /// 倒计时时间 /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"leftTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int leftTime { get { return _leftTime; } set { _leftTime = 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=@"OnRoundEndPush")] public partial class OnRoundEndPush : global::ProtoBuf.IExtensible { public OnRoundEndPush() {} 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 pomelo.area.RoundResult _s2c_roundResult; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_roundResult", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.area.RoundResult s2c_roundResult { get { return _s2c_roundResult; } set { _s2c_roundResult = 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=@"GameResult")] public partial class GameResult : global::ProtoBuf.IExtensible { public GameResult() {} private int _result; /// /// 1-胜 2-负 3-平 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"result", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int result { get { return _result; } set { _result = value; } } private int _newScore; /// /// 修改 新增资历积分 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"newScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int newScore { get { return _newScore; } set { _newScore = value; } } private int _currScore; /// /// 新增 当前资历 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"currScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int currScore { get { return _currScore; } set { _currScore = value; } } private int _tokenChange; /// /// 新增 宗师币增加数量 /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"tokenChange", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int tokenChange { get { return _tokenChange; } set { _tokenChange = value; } } private int _rankChange; /// /// 新增 排名变化 /// [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"rankChange", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int rankChange { get { return _rankChange; } set { _rankChange = value; } } private int _currentRank; /// /// 当前排名 /// [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"currentRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int currentRank { get { return _currentRank; } set { _currentRank = value; } } private int _addKillValue; /// /// 增加杀意值 /// [global::ProtoBuf.ProtoMember(7, 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); } } //--------------------------------------------------------------------------------------- /// /// 全场结束 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OnGameEndPush")] public partial class OnGameEndPush : global::ProtoBuf.IExtensible { public OnGameEndPush() {} 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 pomelo.area.GameResult _s2c_gameResult; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_gameResult", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.area.GameResult s2c_gameResult { get { return _s2c_gameResult; } set { _s2c_gameResult = value; } } private int _s2c_gameOverTime; /// /// 玩家离开场景倒计时 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_gameOverTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_gameOverTime { get { return _s2c_gameOverTime; } set { _s2c_gameOverTime = value; } } private int _dailyBattleTimes = default(int); /// /// 当日战斗次数 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"dailyBattleTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int dailyBattleTimes { get { return _dailyBattleTimes; } set { _dailyBattleTimes = 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=@"LeftSoloTimePush")] public partial class LeftSoloTimePush : global::ProtoBuf.IExtensible { public LeftSoloTimePush() {} 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 readonly global::System.Collections.Generic.List _openList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"openList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List openList { get { return _openList; } } 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=@"CancelMatchPush")] public partial class CancelMatchPush : global::ProtoBuf.IExtensible { public CancelMatchPush() {} 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 global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } }