//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // * 作者= justsogo // * 创建时间= 2019-06-27 // * 用途= 跨服场景 // *************************************************************************** // Generated from: crossAreaHandlerExt.proto // Note: requires additional types generated from: common.proto // Note: requires additional types generated from: item.proto namespace pomelo.area { //--------------------------------------------------------------------------------------- /// /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 多服无名镇 /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BattleResItem")] public partial class BattleResItem : global::ProtoBuf.IExtensible { public BattleResItem() {} 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 _pro; /// /// 职业 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int pro { get { return _pro; } set { _pro = 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 _kills; /// /// 击杀数 /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"kills", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int kills { get { return _kills; } set { _kills = value; } } private int _deads; /// /// 死亡数 /// [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"deads", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int deads { get { return _deads; } set { _deads = value; } } private int _pickEquipScore; /// /// 拾取装备评分之和 /// [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"pickEquipScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int pickEquipScore { get { return _pickEquipScore; } set { _pickEquipScore = value; } } private int _sex = default(int); /// /// 性别 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"sex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int sex { get { return _sex; } set { _sex = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 多服无名镇结果推送, 1400 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MutilServerBattleResultPush")] public partial class MutilServerBattleResultPush : global::ProtoBuf.IExtensible { public MutilServerBattleResultPush() {} private pomelo.area.BattleResItem _myData = null; /// /// rankdId>rankData数量,才有数据, 否则直接读randData数据 /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"myData", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.BattleResItem myData { get { return _myData; } set { _myData = value; } } private int _rankId = default(int); /// /// myData存在,显示randId+,否则直接显示rankId, 然后读rankData排名数据 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"rankId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int rankId { get { return _rankId; } set { _rankId = value; } } private readonly global::System.Collections.Generic.List _rankData = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"rankData", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List rankData { get { return _rankData; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 多服无名镇右上角界面信息推送, 1401 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BattleRightTopDataPush")] public partial class BattleRightTopDataPush : global::ProtoBuf.IExtensible { public BattleRightTopDataPush() {} private int _leftSec = default(int); [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"leftSec", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int leftSec { get { return _leftSec; } set { _leftSec = value; } } private int _timeDropRate = default(int); /// /// 时间爆率 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"timeDropRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int timeDropRate { get { return _timeDropRate; } set { _timeDropRate = value; } } private int _killDropRate = default(int); /// /// 额外爆率 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"killDropRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int killDropRate { get { return _killDropRate; } set { _killDropRate = value; } } private int _kills = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"kills", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int kills { get { return _kills; } set { _kills = value; } } private int _pickEquipScore = default(int); /// /// 玩家得分 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"pickEquipScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int pickEquipScore { get { return _pickEquipScore; } set { _pickEquipScore = value; } } private int _pickEquipNums = default(int); [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"pickEquipNums", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int pickEquipNums { get { return _pickEquipNums; } set { _pickEquipNums = value; } } private int _baseDropRate = default(int); /// /// 基础爆率 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"baseDropRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int baseDropRate { get { return _baseDropRate; } set { _baseDropRate = value; } } private int _leaveDropBuff = default(int); /// /// 截至时间戳 /// [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"leaveDropBuff", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int leaveDropBuff { get { return _leaveDropBuff; } set { _leaveDropBuff = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 多服无名镇排行信息 1404 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MutilCrossRankPushItem")] public partial class MutilCrossRankPushItem : global::ProtoBuf.IExtensible { public MutilCrossRankPushItem() {} private int _randId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"randId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int randId { get { return _randId; } set { _randId = 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 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 _assists = default(int); /// /// 助攻数, 装备评分 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"assists", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int assists { get { return _assists; } set { _assists = 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=@"MutilCrossRankPush")] public partial class MutilCrossRankPush : global::ProtoBuf.IExtensible { public MutilCrossRankPush() {} private readonly global::System.Collections.Generic.List _datas = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"datas", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List datas { get { return _datas; } } private pomelo.area.MutilCrossRankPushItem _myData = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"myData", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.MutilCrossRankPushItem myData { get { return _myData; } set { _myData = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 多服无名镇,主面板信息, 700 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MutilCrossMainInfoRequest")] public partial class MutilCrossMainInfoRequest : global::ProtoBuf.IExtensible { public MutilCrossMainInfoRequest() {} private int _reqIndex; /// /// 请求排行榜的索引信息,默认0 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"reqIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int reqIndex { get { return _reqIndex; } set { _reqIndex = 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=@"MutilCrossMainNewsBase")] public partial class MutilCrossMainNewsBase : global::ProtoBuf.IExtensible { public MutilCrossMainNewsBase() {} private string _killer; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"killer", DataFormat = global::ProtoBuf.DataFormat.Default)] public string killer { get { return _killer; } set { _killer = value; } } private string _dead; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"dead", DataFormat = global::ProtoBuf.DataFormat.Default)] public string dead { get { return _dead; } set { _dead = value; } } private pomelo.item.ItemDetail _equipDetail; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"equipDetail", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.item.ItemDetail equipDetail { get { return _equipDetail; } set { _equipDetail = value; } } private int _time = default(int); /// /// 时间戳 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int time { get { return _time; } set { _time = 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=@"MutilCrossMainInfoResponse")] public partial class MutilCrossMainInfoResponse : global::ProtoBuf.IExtensible { public MutilCrossMainInfoResponse() {} 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 _minEquipScore = default(int); /// /// 最低装备评分 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"minEquipScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int minEquipScore { get { return _minEquipScore; } set { _minEquipScore = value; } } private int _reqIndex = default(int); /// /// 附带请求中的reqIndex /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"reqIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int reqIndex { get { return _reqIndex; } set { _reqIndex = value; } } private bool _isend = default(bool); /// /// 是否结束 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"isend", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(default(bool))] public bool isend { get { return _isend; } set { _isend = value; } } private readonly global::System.Collections.Generic.List _detail = new global::System.Collections.Generic.List(); /// /// 一次只会传回10条 /// [global::ProtoBuf.ProtoMember(6, Name=@"detail", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List detail { get { return _detail; } } private int _baseDropRate = default(int); /// /// 基础爆率 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"baseDropRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int baseDropRate { get { return _baseDropRate; } set { _baseDropRate = value; } } private bool _iscanJoin = default(bool); /// /// 装备评分是否满足进入条件 /// [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"iscanJoin", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(default(bool))] public bool iscanJoin { get { return _iscanJoin; } set { _iscanJoin = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 击杀推送,1405 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"KillPlayerPush")] public partial class KillPlayerPush : global::ProtoBuf.IExtensible { public KillPlayerPush() {} private int _kills; /// /// 击杀数, 连续击杀数 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"kills", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int kills { get { return _kills; } set { _kills = value; } } private string _name; /// /// 击杀者名字 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string name { get { return _name; } set { _name = value; } } private int _pro = default(int); /// /// 击杀者职业 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int pro { get { return _pro; } set { _pro = value; } } private int _killSex = default(int); /// /// 击杀者性别 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"killSex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int killSex { get { return _killSex; } set { _killSex = value; } } private int _killerServerID = default(int); /// /// 击杀者服务器id /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"killerServerID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int killerServerID { get { return _killerServerID; } set { _killerServerID = value; } } private int _totalKills = default(int); /// /// 用于客户端本地刷新排名数据 /// /// /// 总击杀数 /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"totalKills", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int totalKills { get { return _totalKills; } set { _totalKills = value; } } private int _totalAssists = default(int); /// /// 总助攻数 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"totalAssists", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int totalAssists { get { return _totalAssists; } set { _totalAssists = value; } } private string _hitter = ""; /// /// 被击杀者名字 /// [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"hitter", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string hitter { get { return _hitter; } set { _hitter = value; } } private int _hitterPro = default(int); /// /// 被击杀者职业 /// [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"hitterPro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int hitterPro { get { return _hitterPro; } set { _hitterPro = value; } } private int _hitterSex = default(int); /// /// 被击杀者性别 /// [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"hitterSex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int hitterSex { get { return _hitterSex; } set { _hitterSex = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 面板信息请求, MSG_RequestMutilCrossBroadInfo 716 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MutilCrossBroadInfoRequest")] public partial class MutilCrossBroadInfoRequest : global::ProtoBuf.IExtensible { public MutilCrossBroadInfoRequest() {} private string _instanceId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"instanceId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string instanceId { get { return _instanceId; } set { _instanceId = 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=@"MutilCrossBroadInfoResponse")] public partial class MutilCrossBroadInfoResponse : global::ProtoBuf.IExtensible { public MutilCrossBroadInfoResponse() {} 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.BattleRightTopDataPush _data; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"data", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.area.BattleRightTopDataPush data { get { return _data; } set { _data = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 装备状态推送,msgID = 1411 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MutilEquipDropFlagPush")] public partial class MutilEquipDropFlagPush : global::ProtoBuf.IExtensible { public MutilEquipDropFlagPush() {} private readonly global::System.Collections.Generic.List _dropIndex = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"dropIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List dropIndex { get { return _dropIndex; } } 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=@"DoubleRankInfo")] public partial class DoubleRankInfo : global::ProtoBuf.IExtensible { public DoubleRankInfo() {} private int _randId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"randId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int randId { get { return _randId; } set { _randId = value; } } private int _wins; /// /// 胜场 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"wins", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int wins { get { return _wins; } set { _wins = value; } } private int _fails; /// /// 败场 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"fails", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int fails { get { return _fails; } set { _fails = value; } } private int _equals; /// /// 平局 /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"equals", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int equals { get { return _equals; } set { _equals = value; } } private string _servername; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"servername", DataFormat = global::ProtoBuf.DataFormat.Default)] public string servername { get { return _servername; } set { _servername = value; } } private int _pro; /// /// 头像-玩家职业 /// [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int pro { get { return _pro; } set { _pro = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 双服无名镇主面板信息, 701 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DoubleCrossMainInfoRequest")] public partial class DoubleCrossMainInfoRequest : global::ProtoBuf.IExtensible { public DoubleCrossMainInfoRequest() {} 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=@"DoubleCrossMainInfoResponse")] public partial class DoubleCrossMainInfoResponse : global::ProtoBuf.IExtensible { public DoubleCrossMainInfoResponse() {} 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 _rankInfo = new global::System.Collections.Generic.List(); /// /// 服务器不会特别多,一次传回 /// [global::ProtoBuf.ProtoMember(3, Name=@"rankInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List rankInfo { get { return _rankInfo; } } private int _myServerRank = default(int); /// /// 1,-1, 暂无排名,2,小于rankInfo数量,myServerRankData为空,需要自己去rankInfo中取 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"myServerRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int myServerRank { get { return _myServerRank; } set { _myServerRank = value; } } private pomelo.area.DoubleRankInfo _myServerRankData = null; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"myServerRankData", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.DoubleRankInfo myServerRankData { get { return _myServerRankData; } set { _myServerRankData = value; } } private int _seasonWins = default(int); /// /// 赛季占点百分比,分母 /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"seasonWins", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int seasonWins { get { return _seasonWins; } set { _seasonWins = value; } } private int _seasonBoxFlag = default(int); /// /// 赛季宝箱领取状态(seasonBoxFlag & 1, seasonBoxFlag & 2, seasonBoxFlag & 4)判断领取状态 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"seasonBoxFlag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int seasonBoxFlag { get { return _seasonBoxFlag; } set { _seasonBoxFlag = value; } } private int _seasonEndTime = default(int); /// /// 赛季结束时间 /// [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"seasonEndTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int seasonEndTime { get { return _seasonEndTime; } set { _seasonEndTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 双服无名镇面板信息(其他信息,战斗服传过来)1402 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DoubleCrossBroadInfoPush")] public partial class DoubleCrossBroadInfoPush : global::ProtoBuf.IExtensible { public DoubleCrossBroadInfoPush() {} private string _serverNameA = ""; /// /// 左边服务器信息 /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"serverNameA", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string serverNameA { get { return _serverNameA; } set { _serverNameA = value; } } private string _serverNameB = ""; /// /// 右边服务器信息 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"serverNameB", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string serverNameB { get { return _serverNameB; } set { _serverNameB = value; } } private int _serverAKills = default(int); /// /// A服击杀 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"serverAKills", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int serverAKills { get { return _serverAKills; } set { _serverAKills = value; } } private int _serverBKills = default(int); /// /// B服击杀 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"serverBKills", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int serverBKills { get { return _serverBKills; } set { _serverBKills = value; } } private int _serverIdA = default(int); [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"serverIdA", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int serverIdA { get { return _serverIdA; } set { _serverIdA = value; } } private int _serverIdB = default(int); [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"serverIdB", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int serverIdB { get { return _serverIdB; } set { _serverIdB = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 双服个人击杀信息 1409 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DoubleCrossMyKillInfoPush")] public partial class DoubleCrossMyKillInfoPush : global::ProtoBuf.IExtensible { public DoubleCrossMyKillInfoPush() {} private int _myKills; /// /// 个人击杀信息 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"myKills", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int myKills { get { return _myKills; } set { _myKills = value; } } private int _myAssists; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"myAssists", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int myAssists { get { return _myAssists; } set { _myAssists = value; } } private string _myAreaName; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"myAreaName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string myAreaName { get { return _myAreaName; } set { _myAreaName = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 双服无名镇结算推送, 1403 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DoubleCrossResulteItem")] public partial class DoubleCrossResulteItem : global::ProtoBuf.IExtensible { public DoubleCrossResulteItem() {} 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 _killCnt; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"killCnt", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int killCnt { get { return _killCnt; } set { _killCnt = value; } } private float _killPrecent; /// /// 百分之N /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"killPrecent", DataFormat = global::ProtoBuf.DataFormat.FixedSize)] public float killPrecent { get { return _killPrecent; } set { _killPrecent = value; } } private int _score; /// /// 分数 = 6*击杀+3*助攻 /// /// /// 击杀数, 重复killCnt /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int score { get { return _score; } set { _score = value; } } private int _assists = default(int); [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"assists", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int assists { get { return _assists; } set { _assists = value; } } private int _pro = default(int); /// /// 职业 /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int pro { get { return _pro; } set { _pro = value; } } private int _sex = default(int); /// /// 性别 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"sex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int sex { get { return _sex; } set { _sex = value; } } private int _rankid = default(int); /// /// 排名 /// [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"rankid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int rankid { get { return _rankid; } set { _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=@"DoubleCrossResultPush")] public partial class DoubleCrossResultPush : global::ProtoBuf.IExtensible { public DoubleCrossResultPush() {} private readonly global::System.Collections.Generic.List _rankA = new global::System.Collections.Generic.List(); /// /// A方排名 /// [global::ProtoBuf.ProtoMember(1, Name=@"rankA", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List rankA { get { return _rankA; } } private readonly global::System.Collections.Generic.List _rankB = new global::System.Collections.Generic.List(); /// /// B方排名 /// [global::ProtoBuf.ProtoMember(2, Name=@"rankB", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List rankB { get { return _rankB; } } private int _result; /// /// -1:败, 0:平,1:赢 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"result", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int result { get { return _result; } set { _result = value; } } private pomelo.area.DoubleCrossResulteItem _myData = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"myData", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.DoubleCrossResulteItem myData { get { return _myData; } set { _myData = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 双服无名镇赛季奖励领取, 702 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDoubelCrossSeaonAwardRequest")] public partial class GetDoubelCrossSeaonAwardRequest : global::ProtoBuf.IExtensible { public GetDoubelCrossSeaonAwardRequest() {} private int _index; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int index { get { return _index; } set { _index = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDoubelCrossSeaonAwardResponse")] public partial class GetDoubelCrossSeaonAwardResponse : global::ProtoBuf.IExtensible { public GetDoubelCrossSeaonAwardResponse() {} 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 _index; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int index { get { return _index; } set { _index = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 双服无名镇排行信息 MSG_DoubleCrossRankPush1408 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DoubleRankInfoExt")] public partial class DoubleRankInfoExt : global::ProtoBuf.IExtensible { public DoubleRankInfoExt() {} 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 _pro; /// /// 玩家职业 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int pro { get { return _pro; } set { _pro = value; } } private int _sex; /// /// 玩家性别 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"sex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int sex { get { return _sex; } set { _sex = value; } } private int _kills = default(int); /// /// 分数 = 6*击杀+3*助攻 /// /// /// 击杀数 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"kills", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int kills { get { return _kills; } set { _kills = value; } } private int _assists = default(int); /// /// 助攻数 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"assists", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int assists { get { return _assists; } set { _assists = 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=@"DoubleCrossRankPush")] public partial class DoubleCrossRankPush : global::ProtoBuf.IExtensible { public DoubleCrossRankPush() {} private string _serverAName; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"serverAName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string serverAName { get { return _serverAName; } set { _serverAName = value; } } private string _serverBName; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"serverBName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string serverBName { get { return _serverBName; } set { _serverBName = value; } } private readonly global::System.Collections.Generic.List _serverA = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"serverA", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List serverA { get { return _serverA; } } private readonly global::System.Collections.Generic.List _serverB = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"serverB", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List serverB { get { return _serverB; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 面板信息请求, MSG_RequestDoubleCrossBroadInfo 717 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DoubleCrossBroadInfoRequest")] public partial class DoubleCrossBroadInfoRequest : global::ProtoBuf.IExtensible { public DoubleCrossBroadInfoRequest() {} private string _instanceId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"instanceId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string instanceId { get { return _instanceId; } set { _instanceId = 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=@"DoubleCrossBroadInfoResponse")] public partial class DoubleCrossBroadInfoResponse : global::ProtoBuf.IExtensible { public DoubleCrossBroadInfoResponse() {} 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.DoubleCrossBroadInfoPush _data; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"data", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.area.DoubleCrossBroadInfoPush data { get { return _data; } set { _data = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 双服无名镇对战记录请求, MSG_GetDoubleCrossBattleRecord = 718; /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DoubleCrossBattleRecordRequest")] public partial class DoubleCrossBattleRecordRequest : global::ProtoBuf.IExtensible { public DoubleCrossBattleRecordRequest() {} 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=@"DoubleCrossBattleRecord")] public partial class DoubleCrossBattleRecord : global::ProtoBuf.IExtensible { public DoubleCrossBattleRecord() {} private string _serverName; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"serverName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string serverName { get { return _serverName; } set { _serverName = value; } } private int _battleTime; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"battleTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int battleTime { get { return _battleTime; } set { _battleTime = value; } } private int _myOccupyRate = default(int); /// /// 自己服务器占比,百分之X /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"myOccupyRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int myOccupyRate { get { return _myOccupyRate; } set { _myOccupyRate = value; } } private int _otherOccupyRate = default(int); /// /// 其他服务器占比,百分之X /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"otherOccupyRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int otherOccupyRate { get { return _otherOccupyRate; } set { _otherOccupyRate = value; } } private int _result = default(int); /// /// -1:败, 0:平,1:赢 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"result", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int result { get { return _result; } set { _result = 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=@"DoubleCrossBattleWinRate")] public partial class DoubleCrossBattleWinRate : global::ProtoBuf.IExtensible { public DoubleCrossBattleWinRate() {} private string _serverName; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"serverName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string serverName { get { return _serverName; } set { _serverName = value; } } private int _winRate = default(int); /// /// 自己与这个服务器对战的胜率 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"winRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int winRate { get { return _winRate; } set { _winRate = 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=@"DoubleCrossBattleRecordResponse")] public partial class DoubleCrossBattleRecordResponse : global::ProtoBuf.IExtensible { public DoubleCrossBattleRecordResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private string _myServerName; /// /// 自己服务器名称 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"myServerName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string myServerName { get { return _myServerName; } set { _myServerName = value; } } private int _winRate = default(int); /// /// 胜率, 百分之X /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"winRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int winRate { get { return _winRate; } set { _winRate = value; } } private int _continueWins = default(int); /// /// 最大连胜次数, /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"continueWins", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int continueWins { get { return _continueWins; } set { _continueWins = value; } } private int _averageOcuupy = default(int); /// /// 平均占点比,百分之X /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"averageOcuupy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int averageOcuupy { get { return _averageOcuupy; } set { _averageOcuupy = value; } } private readonly global::System.Collections.Generic.List _winRates = new global::System.Collections.Generic.List(); /// /// 与服务器对战胜率信息 /// [global::ProtoBuf.ProtoMember(7, Name=@"winRates", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List winRates { get { return _winRates; } } private readonly global::System.Collections.Generic.List _record = new global::System.Collections.Generic.List(); /// /// 对局信息 /// [global::ProtoBuf.ProtoMember(8, Name=@"record", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List record { get { return _record; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 获取多服无名镇游戏内,装备掉落情况, 719 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MutilCrossPickEquipsRequest")] public partial class MutilCrossPickEquipsRequest : global::ProtoBuf.IExtensible { public MutilCrossPickEquipsRequest() {} private int _type = default(int); /// /// 0-游戏内,1-活动所有掉落 /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int type { get { return _type; } set { _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=@"PickEquipInfo")] public partial class PickEquipInfo : global::ProtoBuf.IExtensible { public PickEquipInfo() {} private pomelo.item.ItemDetail _equipDetail; /// /// 装备详情 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipDetail", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.item.ItemDetail equipDetail { get { return _equipDetail; } set { _equipDetail = value; } } private int _time; /// /// 获得时间戳 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int time { get { return _time; } set { _time = 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=@"MutilCrossPickEquipsResponse")] public partial class MutilCrossPickEquipsResponse : global::ProtoBuf.IExtensible { public MutilCrossPickEquipsResponse() {} 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 _data = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"data", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List data { get { return _data; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 进入跨服boss地图 633 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"CrossBossRequestEnterAreaRequest")] public partial class CrossBossRequestEnterAreaRequest : global::ProtoBuf.IExtensible { public CrossBossRequestEnterAreaRequest() {} private int _areaId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int areaId { get { return _areaId; } set { _areaId = 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=@"CrossBossRequestEnterAreaResponse")] public partial class CrossBossRequestEnterAreaResponse : global::ProtoBuf.IExtensible { public CrossBossRequestEnterAreaResponse() {} 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 bool _isAreaFull = default(bool); /// /// 地图已满 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"isAreaFull", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(default(bool))] public bool isAreaFull { get { return _isAreaFull; } set { _isAreaFull = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } }