//------------------------------------------------------------------------------ // // 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-27 // * 用途= 组队处理器 // *************************************************************************** // Generated from: teamHandler.proto // Note: requires additional types generated from: common.proto namespace pomelo.area { //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"TeamTarget")] public partial class TeamTarget : global::ProtoBuf.IExtensible { public TeamTarget() {} private int _targetId; /// /// 目标难度 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"targetId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int targetId { get { return _targetId; } set { _targetId = value; } } private int _difficulty; /// /// 1.普通 2.精英 3.英雄 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"difficulty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int difficulty { get { return _difficulty; } set { _difficulty = value; } } private int _minLevel; /// /// 最低等级 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"minLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int minLevel { get { return _minLevel; } set { _minLevel = value; } } private int _maxLevel; /// /// 最低阶级 /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"maxLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int maxLevel { get { return _maxLevel; } set { _maxLevel = value; } } private int _isAutoTeam; /// /// 自动接受组队 0.不接受 1.接受 /// [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"isAutoTeam", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int isAutoTeam { get { return _isAutoTeam; } set { _isAutoTeam = value; } } private int _isAutoStart; /// /// 人满自动开始 0.不开始 1.开始 /// [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"isAutoStart", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int isAutoStart { get { return _isAutoStart; } set { _isAutoStart = 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=@"TeamMemberBasic")] public partial class TeamMemberBasic : global::ProtoBuf.IExtensible { public TeamMemberBasic() {} private string _id; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)] public string id { get { return _id; } set { _id = 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 _level; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int level { get { return _level; } set { _level = value; } } private int _upLevel; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"upLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int upLevel { get { return _upLevel; } set { _upLevel = value; } } private string _guildName; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"guildName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string guildName { get { return _guildName; } set { _guildName = value; } } private long _fightPower = default(long); /// /// 战力 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"fightPower", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(long))] public long fightPower { get { return _fightPower; } set { _fightPower = value; } } private int _sex = default(int); /// /// 0:男 1:女 /// [global::ProtoBuf.ProtoMember(8, 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); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"TeamMember")] public partial class TeamMember : global::ProtoBuf.IExtensible { public TeamMember() {} private string _id; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)] public string id { get { return _id; } set { _id = value; } } private int _pro = default(int); [global::ProtoBuf.ProtoMember(2, 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 string _name = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string name { get { return _name; } set { _name = value; } } private int _level = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int level { get { return _level; } set { _level = value; } } private int _isLeader = default(int); /// /// 1.是队长 0.不是队长 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"isLeader", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int isLeader { get { return _isLeader; } set { _isLeader = value; } } private int _status = default(int); /// /// 1.在线 2.远离 3.离线 4.重伤(死亡) /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int status { get { return _status; } set { _status = value; } } private int _areaId = default(int); [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int areaId { get { return _areaId; } set { _areaId = value; } } private int _follow = default(int); /// /// 是否跟随 /// [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"follow", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int follow { get { return _follow; } set { _follow = value; } } private int _upLv = default(int); /// /// 仙阶 /// [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"upLv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int upLv { get { return _upLv; } set { _upLv = value; } } private string _guildName = ""; /// /// 公会名 /// [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"guildName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string guildName { get { return _guildName; } set { _guildName = value; } } private int _sex = default(int); /// /// 0:男 1:女 /// [global::ProtoBuf.ProtoMember(11, 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 _flag = default(int); /// /// 是否只刷新状态 1:只刷新状态 /// [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"flag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int flag { get { return _flag; } set { _flag = value; } } private long _fightPower = default(long); /// /// 战力 /// [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"fightPower", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(long))] public long fightPower { get { return _fightPower; } set { _fightPower = value; } } private int _serverId = default(int); /// /// 队员所在逻辑服id /// [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"serverId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int serverId { get { return _serverId; } set { _serverId = 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=@"TeamMemberDetail")] public partial class TeamMemberDetail : global::ProtoBuf.IExtensible { public TeamMemberDetail() {} private string _id; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)] public string id { get { return _id; } set { _id = value; } } private int _pro = default(int); [global::ProtoBuf.ProtoMember(2, 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 string _name = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string name { get { return _name; } set { _name = value; } } private int _level = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int level { get { return _level; } set { _level = value; } } private int _isLeader = default(int); /// /// 1.是队长 0.不是队长 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"isLeader", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int isLeader { get { return _isLeader; } set { _isLeader = value; } } private readonly global::System.Collections.Generic.List _avatars = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"avatars", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List avatars { get { return _avatars; } } private long _fightPower; /// /// 战力 /// [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"fightPower", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public long fightPower { get { return _fightPower; } set { _fightPower = value; } } private int _status = default(int); /// /// 1.在线 2.远离 3.离线 /// [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int status { get { return _status; } set { _status = value; } } private string _areaDes = ""; /// /// 场景信息描述 /// [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"areaDes", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string areaDes { get { return _areaDes; } set { _areaDes = value; } } private int _upLevel = default(int); [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"upLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int upLevel { get { return _upLevel; } set { _upLevel = value; } } private int _follow = default(int); /// /// 是否跟随 /// [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"follow", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int follow { get { return _follow; } set { _follow = value; } } private string _guildName = ""; [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"guildName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string guildName { get { return _guildName; } set { _guildName = value; } } private int _sex = default(int); /// /// 0:男 1:女 /// [global::ProtoBuf.ProtoMember(13, 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 _serverId = default(int); /// /// 队员所在逻辑服id /// [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"serverId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int serverId { get { return _serverId; } set { _serverId = 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=@"Team")] public partial class Team : global::ProtoBuf.IExtensible { public Team() {} private string _id; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)] public string id { get { return _id; } set { _id = value; } } private string _leaderId = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"leaderId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string leaderId { get { return _leaderId; } set { _leaderId = value; } } private int _isApplied = default(int); /// /// 是否已申请过 1.已申请 0.未申请 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"isApplied", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int isApplied { get { return _isApplied; } set { _isApplied = value; } } private readonly global::System.Collections.Generic.List _teamMembers = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"teamMembers", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List teamMembers { get { return _teamMembers; } } private int _minLevel; /// /// 最低等级 /// [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"minLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int minLevel { get { return _minLevel; } set { _minLevel = value; } } private int _maxLevel; /// /// 最低等级 /// [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"maxLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int maxLevel { get { return _maxLevel; } set { _maxLevel = value; } } private int _targetId = default(int); /// /// 目标ID /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"targetId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int targetId { get { return _targetId; } set { _targetId = value; } } private bool _isFighting = default(bool); /// /// 战斗状态 /// [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"isFighting", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(default(bool))] public bool isFighting { get { return _isFighting; } set { _isFighting = 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=@"Player")] public partial class Player : global::ProtoBuf.IExtensible { public Player() {} private string _id; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)] public string id { get { return _id; } set { _id = value; } } private int _pro = default(int); [global::ProtoBuf.ProtoMember(2, 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 string _name = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string name { get { return _name; } set { _name = value; } } private int _level = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int level { get { return _level; } set { _level = value; } } private int _upLevel = default(int); /// /// 阶级 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"upLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int upLevel { get { return _upLevel; } set { _upLevel = value; } } private string _guildName; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"guildName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string guildName { get { return _guildName; } set { _guildName = value; } } private long _fightPower = default(long); /// /// 战力 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"fightPower", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(long))] public long fightPower { get { return _fightPower; } set { _fightPower = value; } } private int _isInvited = default(int); /// /// 是否已邀请过 1.已邀请 0.未邀请 /// [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"isInvited", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int isInvited { get { return _isInvited; } set { _isInvited = value; } } private int _sex = default(int); /// /// 0:男 1:女 /// [global::ProtoBuf.ProtoMember(9, 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 _serverId = default(int); /// /// 服务器ID /// [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"serverId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int serverId { get { return _serverId; } set { _serverId = 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=@"OnTeamUpdatePush")] public partial class OnTeamUpdatePush : global::ProtoBuf.IExtensible { public OnTeamUpdatePush() {} private string _s2c_teamId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_teamId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string s2c_teamId { get { return _s2c_teamId; } set { _s2c_teamId = value; } } private readonly global::System.Collections.Generic.List _s2c_data = new global::System.Collections.Generic.List(); /// /// 成员信息(包含自己) /// [global::ProtoBuf.ProtoMember(2, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_data { get { return _s2c_data; } } private int _team_serverId = default(int); /// /// 队伍所在逻辑服id /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"team_serverId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int team_serverId { get { return _team_serverId; } set { _team_serverId = value; } } private int _s2c_isAcceptAutoTeam = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_isAcceptAutoTeam", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_isAcceptAutoTeam { get { return _s2c_isAcceptAutoTeam; } set { _s2c_isAcceptAutoTeam = 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=@"OnTeamMemberUpdatePush")] public partial class OnTeamMemberUpdatePush : global::ProtoBuf.IExtensible { public OnTeamMemberUpdatePush() {} private pomelo.area.TeamMember _s2c_data; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.area.TeamMember s2c_data { get { return _s2c_data; } set { _s2c_data = 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=@"GetTeamMembersRequest")] public partial class GetTeamMembersRequest : global::ProtoBuf.IExtensible { public GetTeamMembersRequest() {} 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=@"GetTeamMembersResponse")] public partial class GetTeamMembersResponse : global::ProtoBuf.IExtensible { public GetTeamMembersResponse() {} 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_isAcceptAutoTeam = default(int); [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_isAcceptAutoTeam", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_isAcceptAutoTeam { get { return _s2c_isAcceptAutoTeam; } set { _s2c_isAcceptAutoTeam = value; } } private readonly global::System.Collections.Generic.List _s2c_teamMembers = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"s2c_teamMembers", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_teamMembers { get { return _s2c_teamMembers; } } private pomelo.area.TeamTarget _s2c_teamTarget = null; /// /// 队伍目标 /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"s2c_teamTarget", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.TeamTarget s2c_teamTarget { get { return _s2c_teamTarget; } set { _s2c_teamTarget = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(7, 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 _follow = default(int); /// /// 1:自己跟随队长 /// [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"follow", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int follow { get { return _follow; } set { _follow = value; } } private int _haveApply = default(int); /// /// >1:有审批 /// [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"haveApply", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int haveApply { get { return _haveApply; } set { _haveApply = value; } } private int _expBuff = default(int); /// /// >1:有经验加成 /// [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"expBuff", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int expBuff { get { return _expBuff; } set { _expBuff = value; } } private int _goldBuff = default(int); /// /// >1:有金币加成 /// [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"goldBuff", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int goldBuff { get { return _goldBuff; } set { _goldBuff = 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=@"GetNearbyPlayersRequest")] public partial class GetNearbyPlayersRequest : global::ProtoBuf.IExtensible { public GetNearbyPlayersRequest() {} 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=@"GetNearbyPlayersResponse")] public partial class GetNearbyPlayersResponse : global::ProtoBuf.IExtensible { public GetNearbyPlayersResponse() {} 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 _s2c_players = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"s2c_players", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_players { get { return _s2c_players; } } private int _s2c_nowCount = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_nowCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_nowCount { get { return _s2c_nowCount; } set { _s2c_nowCount = value; } } private int _s2c_maxCount = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_maxCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_maxCount { get { return _s2c_maxCount; } set { _s2c_maxCount = 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=@"NearTeamLeader")] public partial class NearTeamLeader : global::ProtoBuf.IExtensible { public NearTeamLeader() {} private string _name = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string name { get { return _name; } set { _name = value; } } private int _lv = default(int); [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"lv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int lv { get { return _lv; } set { _lv = 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 string _guildName = ""; /// /// 公会名 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"guildName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string guildName { get { return _guildName; } set { _guildName = 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=@"NearTeamMember")] public partial class NearTeamMember : global::ProtoBuf.IExtensible { public NearTeamMember() {} private int _pro = default(int); [global::ProtoBuf.ProtoMember(1, 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 _lv = default(int); [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"lv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int lv { get { return _lv; } set { _lv = 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=@"NearTeam")] public partial class NearTeam : global::ProtoBuf.IExtensible { public NearTeam() {} private string _teamId = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"teamId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string teamId { get { return _teamId; } set { _teamId = value; } } private pomelo.area.NearTeamLeader _leader = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"leader", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.NearTeamLeader leader { get { return _leader; } set { _leader = value; } } private readonly global::System.Collections.Generic.List _members = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"members", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List members { get { return _members; } } private int _apply = default(int); /// /// 1:已申请 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"apply", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int apply { get { return _apply; } set { _apply = 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=@"GetNearTeamsRequest")] public partial class GetNearTeamsRequest : global::ProtoBuf.IExtensible { public GetNearTeamsRequest() {} 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=@"GetNearTeamsResponse")] public partial class GetNearTeamsResponse : global::ProtoBuf.IExtensible { public GetNearTeamsResponse() {} 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 _teams = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"teams", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List teams { get { return _teams; } } 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=@"KickOutTeamRequest")] public partial class KickOutTeamRequest : global::ProtoBuf.IExtensible { public KickOutTeamRequest() {} private string _c2s_playerId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_playerId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_playerId { get { return _c2s_playerId; } set { _c2s_playerId = 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=@"KickOutTeamResponse")] public partial class KickOutTeamResponse : global::ProtoBuf.IExtensible { public KickOutTeamResponse() {} 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=@"LeaveTeamRequest")] public partial class LeaveTeamRequest : global::ProtoBuf.IExtensible { public LeaveTeamRequest() {} 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=@"LeaveTeamResponse")] public partial class LeaveTeamResponse : global::ProtoBuf.IExtensible { public LeaveTeamResponse() {} 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=@"ChangeTeamLeaderRequest")] public partial class ChangeTeamLeaderRequest : global::ProtoBuf.IExtensible { public ChangeTeamLeaderRequest() {} private string _c2s_playerId; /// /// 被转让角色id /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_playerId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_playerId { get { return _c2s_playerId; } set { _c2s_playerId = 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=@"ChangeTeamLeaderResponse")] public partial class ChangeTeamLeaderResponse : global::ProtoBuf.IExtensible { public ChangeTeamLeaderResponse() {} 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=@"SetAutoAcceptTeamRequest")] public partial class SetAutoAcceptTeamRequest : global::ProtoBuf.IExtensible { public SetAutoAcceptTeamRequest() {} private int _c2s_isAccept; /// /// 1.自动接受 0.不接受 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_isAccept", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_isAccept { get { return _c2s_isAccept; } set { _c2s_isAccept = 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=@"SetAutoAcceptTeamResponse")] public partial class SetAutoAcceptTeamResponse : global::ProtoBuf.IExtensible { public SetAutoAcceptTeamResponse() {} 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_isAcceptAutoTeam = default(int); [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_isAcceptAutoTeam", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_isAcceptAutoTeam { get { return _s2c_isAcceptAutoTeam; } set { _s2c_isAcceptAutoTeam = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(3, 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=@"CancelAutoRequest")] public partial class CancelAutoRequest : global::ProtoBuf.IExtensible { public CancelAutoRequest() {} 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=@"CancelAutoResponse")] public partial class CancelAutoResponse : global::ProtoBuf.IExtensible { public CancelAutoResponse() {} 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=@"FormTeamRequest")] public partial class FormTeamRequest : global::ProtoBuf.IExtensible { public FormTeamRequest() {} private string _c2s_playerId; /// /// 角色id /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_playerId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_playerId { get { return _c2s_playerId; } set { _c2s_playerId = value; } } private int _c2s_targetServerId = default(int); /// /// 对方的服务器id /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"c2s_targetServerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_targetServerId { get { return _c2s_targetServerId; } set { _c2s_targetServerId = 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=@"FormTeamResponse")] public partial class FormTeamResponse : global::ProtoBuf.IExtensible { public FormTeamResponse() {} 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=@"CreateTeamRequest")] public partial class CreateTeamRequest : global::ProtoBuf.IExtensible { public CreateTeamRequest() {} 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=@"CreateTeamResponse")] public partial class CreateTeamResponse : global::ProtoBuf.IExtensible { public CreateTeamResponse() {} 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=@"QueryTeamByTargetRequest")] public partial class QueryTeamByTargetRequest : global::ProtoBuf.IExtensible { public QueryTeamByTargetRequest() {} private int _c2s_targetTypeId; /// /// 目标父id /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_targetTypeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_targetTypeId { get { return _c2s_targetTypeId; } set { _c2s_targetTypeId = value; } } private int _c2s_difficulty; /// /// 1.普通 2.精英 3.英雄 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_difficulty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_difficulty { get { return _c2s_difficulty; } set { _c2s_difficulty = 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=@"QueryTeamByTargetResponse")] public partial class QueryTeamByTargetResponse : global::ProtoBuf.IExtensible { public QueryTeamByTargetResponse() {} 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 _s2c_teams = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"s2c_teams", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_teams { get { return _s2c_teams; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(3, 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=@"SetTeamTargetRequest")] public partial class SetTeamTargetRequest : global::ProtoBuf.IExtensible { public SetTeamTargetRequest() {} private int _c2s_targetTypeId; /// /// 目标父id /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_targetTypeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_targetTypeId { get { return _c2s_targetTypeId; } set { _c2s_targetTypeId = value; } } private int _c2s_targetId; /// /// 目标子id /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_targetId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_targetId { get { return _c2s_targetId; } set { _c2s_targetId = value; } } private int _c2s_difficulty; /// /// 1.普通 2.精英 3.英雄 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"c2s_difficulty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_difficulty { get { return _c2s_difficulty; } set { _c2s_difficulty = value; } } private int _c2s_minLevel; /// /// 最低等级 /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"c2s_minLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_minLevel { get { return _c2s_minLevel; } set { _c2s_minLevel = value; } } private int _c2s_maxLevel; /// /// 最低阶级 /// [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"c2s_maxLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_maxLevel { get { return _c2s_maxLevel; } set { _c2s_maxLevel = value; } } private int _c2s_isAutoTeam; /// /// 自动接受组队 0.不接受 1.接受 /// [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"c2s_isAutoTeam", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_isAutoTeam { get { return _c2s_isAutoTeam; } set { _c2s_isAutoTeam = value; } } private int _c2s_isAutoStart; /// /// 人满自动开始 0.不开始 1.开始 /// [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"c2s_isAutoStart", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_isAutoStart { get { return _c2s_isAutoStart; } set { _c2s_isAutoStart = 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=@"SetTeamTargetResponse")] public partial class SetTeamTargetResponse : global::ProtoBuf.IExtensible { public SetTeamTargetResponse() {} 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=@"GetPlayersByTypeRequest")] public partial class GetPlayersByTypeRequest : global::ProtoBuf.IExtensible { public GetPlayersByTypeRequest() {} private int _c2s_type; /// /// 1.好友 2.盟友 3.公会成员 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_type { get { return _c2s_type; } set { _c2s_type = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetPlayersByTypeResponse")] public partial class GetPlayersByTypeResponse : global::ProtoBuf.IExtensible { public GetPlayersByTypeResponse() {} 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 _s2c_players = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"s2c_players", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_players { get { return _s2c_players; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(3, 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=@"GetAppliedPlayersRequest")] public partial class GetAppliedPlayersRequest : global::ProtoBuf.IExtensible { public GetAppliedPlayersRequest() {} 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=@"GetAppliedPlayersResponse")] public partial class GetAppliedPlayersResponse : global::ProtoBuf.IExtensible { public GetAppliedPlayersResponse() {} 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 _s2c_players = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"s2c_players", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_players { get { return _s2c_players; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(3, 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=@"JoinTeamRequest")] public partial class JoinTeamRequest : global::ProtoBuf.IExtensible { public JoinTeamRequest() {} private string _c2s_teamId; /// /// 队伍id /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_teamId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_teamId { get { return _c2s_teamId; } set { _c2s_teamId = value; } } private int _c2s_targetServerId = default(int); /// /// 队伍的逻辑服id /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"c2s_targetServerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_targetServerId { get { return _c2s_targetServerId; } set { _c2s_targetServerId = 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=@"JoinTeamResponse")] public partial class JoinTeamResponse : global::ProtoBuf.IExtensible { public JoinTeamResponse() {} 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=@"AutoJoinTeamRequest")] public partial class AutoJoinTeamRequest : global::ProtoBuf.IExtensible { public AutoJoinTeamRequest() {} private int _c2s_targetId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_targetId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_targetId { get { return _c2s_targetId; } set { _c2s_targetId = value; } } private int _c2s_difficulty; /// /// 1.普通 2.精英 3.英雄 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_difficulty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_difficulty { get { return _c2s_difficulty; } set { _c2s_difficulty = 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=@"AutoJoinTeamResponse")] public partial class AutoJoinTeamResponse : global::ProtoBuf.IExtensible { public AutoJoinTeamResponse() {} 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=@"SummonRequest")] public partial class SummonRequest : global::ProtoBuf.IExtensible { public SummonRequest() {} private string _c2s_teamMemberId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_teamMemberId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_teamMemberId { get { return _c2s_teamMemberId; } set { _c2s_teamMemberId = 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=@"SummonResponse")] public partial class SummonResponse : global::ProtoBuf.IExtensible { public SummonResponse() {} 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=@"SummonConfirmRequest")] public partial class SummonConfirmRequest : global::ProtoBuf.IExtensible { public SummonConfirmRequest() {} private string _c2s_id; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_id", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_id { get { return _c2s_id; } set { _c2s_id = value; } } private int _s2c_operate; /// /// 0.拒绝 1.同意 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_operate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_operate { get { return _s2c_operate; } set { _s2c_operate = 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=@"SummonConfirmResponse")] public partial class SummonConfirmResponse : global::ProtoBuf.IExtensible { public SummonConfirmResponse() {} 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=@"OnSummonTeamPush")] public partial class OnSummonTeamPush : global::ProtoBuf.IExtensible { public OnSummonTeamPush() {} private string _s2c_id; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_id", DataFormat = global::ProtoBuf.DataFormat.Default)] public string s2c_id { get { return _s2c_id; } set { _s2c_id = value; } } private string _s2c_content; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_content", DataFormat = global::ProtoBuf.DataFormat.Default)] public string s2c_content { get { return _s2c_content; } set { _s2c_content = 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=@"GotoTeamTargetRequest")] public partial class GotoTeamTargetRequest : global::ProtoBuf.IExtensible { public GotoTeamTargetRequest() {} private int _targetId = default(int); [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"targetId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int targetId { get { return _targetId; } set { _targetId = value; } } private int _difficulty = default(int); [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"difficulty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int difficulty { get { return _difficulty; } set { _difficulty = 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=@"GotoTeamTargetResponse")] public partial class GotoTeamTargetResponse : global::ProtoBuf.IExtensible { public GotoTeamTargetResponse() {} 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=@"AcrossMatchRequest")] public partial class AcrossMatchRequest : global::ProtoBuf.IExtensible { public AcrossMatchRequest() {} private int _targetId = default(int); [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"targetId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int targetId { get { return _targetId; } set { _targetId = value; } } private int _difficulty = default(int); [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"difficulty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int difficulty { get { return _difficulty; } set { _difficulty = 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=@"AcrossMatchResponse")] public partial class AcrossMatchResponse : global::ProtoBuf.IExtensible { public AcrossMatchResponse() {} 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=@"LeaveAcrossMatchRequest")] public partial class LeaveAcrossMatchRequest : global::ProtoBuf.IExtensible { public LeaveAcrossMatchRequest() {} 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=@"LeaveAcrossMatchResponse")] public partial class LeaveAcrossMatchResponse : global::ProtoBuf.IExtensible { public LeaveAcrossMatchResponse() {} 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=@"FollowLeaderRequest")] public partial class FollowLeaderRequest : global::ProtoBuf.IExtensible { public FollowLeaderRequest() {} private int _follow; /// /// 1:跟随;0:不跟随 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"follow", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int follow { get { return _follow; } set { _follow = 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=@"FollowLeaderResponse")] public partial class FollowLeaderResponse : global::ProtoBuf.IExtensible { public FollowLeaderResponse() {} 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=@"OnTeamTargetPush")] public partial class OnTeamTargetPush : global::ProtoBuf.IExtensible { public OnTeamTargetPush() {} private int _s2c_isAcceptAutoTeam = default(int); [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"s2c_isAcceptAutoTeam", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_isAcceptAutoTeam { get { return _s2c_isAcceptAutoTeam; } set { _s2c_isAcceptAutoTeam = value; } } private pomelo.area.TeamTarget _s2c_teamTarget = null; /// /// 队伍目标 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_teamTarget", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.TeamTarget s2c_teamTarget { get { return _s2c_teamTarget; } set { _s2c_teamTarget = value; } } private int _haveApply = default(int); /// /// >1:有审批 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"haveApply", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int haveApply { get { return _haveApply; } set { _haveApply = 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=@"AcrossPlayer")] public partial class AcrossPlayer : global::ProtoBuf.IExtensible { public AcrossPlayer() {} private int _pro = default(int); [global::ProtoBuf.ProtoMember(1, 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 string _name = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string name { get { return _name; } set { _name = value; } } private int _level = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int level { get { return _level; } set { _level = 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=@"OnAcrossTeamInfoPush")] public partial class OnAcrossTeamInfoPush : global::ProtoBuf.IExtensible { public OnAcrossTeamInfoPush() {} private int _targetId = default(int); /// /// 目标ID /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"targetId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int targetId { get { return _targetId; } set { _targetId = value; } } private int _difficulty = default(int); /// /// 目标难道 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"difficulty", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int difficulty { get { return _difficulty; } set { _difficulty = value; } } private int _second = default(int); /// /// 当前耗时 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"second", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int second { get { return _second; } set { _second = value; } } private readonly global::System.Collections.Generic.List _players = new global::System.Collections.Generic.List(); /// /// 当前玩家列表 /// [global::ProtoBuf.ProtoMember(4, Name=@"players", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List players { get { return _players; } } 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=@"MumberHurtInfo")] public partial class MumberHurtInfo : global::ProtoBuf.IExtensible { public MumberHurtInfo() {} private string _playerName = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"playerName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string playerName { get { return _playerName; } set { _playerName = value; } } private long _hurt = default(long); [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"hurt", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(long))] public long hurt { get { return _hurt; } set { _hurt = value; } } private long _cure = default(long); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"cure", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(long))] public long cure { get { return _cure; } set { _cure = 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=@"OnTeamMumberHurtPush")] public partial class OnTeamMumberHurtPush : global::ProtoBuf.IExtensible { public OnTeamMumberHurtPush() {} private readonly global::System.Collections.Generic.List _players = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"players", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List players { get { return _players; } } 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=@"OnAppliedPlayersPush")] public partial class OnAppliedPlayersPush : global::ProtoBuf.IExtensible { public OnAppliedPlayersPush() {} private readonly global::System.Collections.Generic.List _s2c_players = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"s2c_players", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_players { get { return _s2c_players; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } }