//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // * 作者: 曾振东 // * 创建时间: 2019-08-13 // * 用途: 道友协议 // ***************************************************************************/ // Generated from: daoYouHandler.proto namespace pomelo.daoyou { //--------------------------------------------------------------------------------------- /// /// 道友信息 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouInfo")] public partial class DaoYouInfo : global::ProtoBuf.IExtensible { public DaoYouInfo() {} private string _playerId = ""; /// /// 玩家ID /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string playerId { get { return _playerId; } set { _playerId = value; } } private string _playerName = ""; /// /// 玩家名称 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"playerName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string playerName { get { return _playerName; } set { _playerName = value; } } private int _playerLvl = default(int); /// /// 玩家等级 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"playerLvl", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int playerLvl { get { return _playerLvl; } set { _playerLvl = value; } } private int _pro = default(int); /// /// 职业 /// [global::ProtoBuf.ProtoMember(4, 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 _playerUpLvl = default(int); /// /// 玩家进阶等级 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"playerUpLvl", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int playerUpLvl { get { return _playerUpLvl; } set { _playerUpLvl = value; } } private string _areaName = ""; /// /// 玩家所在场景 /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"areaName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string areaName { get { return _areaName; } set { _areaName = value; } } private long _playerFightPower = default(long); /// /// 玩家战斗力 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"playerFightPower", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(long))] public long playerFightPower { get { return _playerFightPower; } set { _playerFightPower = value; } } private int _isAdmin = default(int); /// /// 是否是管理员 /// [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"isAdmin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int isAdmin { get { return _isAdmin; } set { _isAdmin = value; } } private int _onlineState = default(int); /// /// 在线状态(0:离线 1:在线) /// [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"onlineState", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int onlineState { get { return _onlineState; } set { _onlineState = value; } } private int _lastActiveTime = default(int); /// /// 上次离线时间 /// [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"lastActiveTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int lastActiveTime { get { return _lastActiveTime; } set { _lastActiveTime = value; } } private int _joinTime = default(int); /// /// 加入道友的时间 /// [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"joinTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int joinTime { get { return _joinTime; } set { _joinTime = 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=@"DaoYouMessage")] public partial class DaoYouMessage : global::ProtoBuf.IExtensible { public DaoYouMessage() {} private int _type = default(int); /// /// 信息类型(1:系统 2:留言) /// [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 string _content = ""; /// /// 内容 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"content", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string content { get { return _content; } set { _content = value; } } private int _time = default(int); /// /// 时间 /// [global::ProtoBuf.ProtoMember(3, 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=@"DaoYouRequest")] public partial class DaoYouRequest : global::ProtoBuf.IExtensible { public DaoYouRequest() {} 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=@"DaoYouResponse")] public partial class DaoYouResponse : global::ProtoBuf.IExtensible { public DaoYouResponse() {} private int _s2c_code; /// /// 状态(1:成功 0:失败) /// [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 _isHasDaoYou = default(int); /// /// 是否有道友(1:有 0:没有) /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"isHasDaoYou", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int isHasDaoYou { get { return _isHasDaoYou; } set { _isHasDaoYou = value; } } private int _isEditedDyName = default(int); /// /// 是否修改过道友名称(0:没有 1:修改过) /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"isEditedDyName", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int isEditedDyName { get { return _isEditedDyName; } set { _isEditedDyName = value; } } private string _dyId = ""; /// /// 道友团id /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"dyId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string dyId { get { return _dyId; } set { _dyId = value; } } private string _dyName = ""; /// /// 道友团名称 /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"dyName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string dyName { get { return _dyName; } set { _dyName = value; } } private long _dyAmbiguity = default(long); /// /// 义气值 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"dyAmbiguity", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(long))] public long dyAmbiguity { get { return _dyAmbiguity; } set { _dyAmbiguity = value; } } private int _dyRank = default(int); /// /// 道友排名 /// [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"dyRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int dyRank { get { return _dyRank; } set { _dyRank = value; } } private string _dyNotice = ""; /// /// 公告 /// [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"dyNotice", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string dyNotice { get { return _dyNotice; } set { _dyNotice = value; } } private readonly global::System.Collections.Generic.List _message = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(10, Name=@"message", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List message { get { return _message; } } private readonly global::System.Collections.Generic.List _dyInfo = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(11, Name=@"dyInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List dyInfo { get { return _dyInfo; } } 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=@"DaoYouInviteDaoYouRequest")] public partial class DaoYouInviteDaoYouRequest : global::ProtoBuf.IExtensible { public DaoYouInviteDaoYouRequest() {} private string _playerId; /// /// 被邀请的玩家ID /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string playerId { get { return _playerId; } set { _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=@"DaoYouInviteDaoYouResponse")] public partial class DaoYouInviteDaoYouResponse : global::ProtoBuf.IExtensible { public DaoYouInviteDaoYouResponse() {} 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=@"DaoYouFastInviteDaoYouRequest")] public partial class DaoYouFastInviteDaoYouRequest : global::ProtoBuf.IExtensible { public DaoYouFastInviteDaoYouRequest() {} 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=@"DaoYouFastInviteDaoYouResponse")] public partial class DaoYouFastInviteDaoYouResponse : global::ProtoBuf.IExtensible { public DaoYouFastInviteDaoYouResponse() {} 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=@"DaoYouEditTeamNameRequest")] public partial class DaoYouEditTeamNameRequest : global::ProtoBuf.IExtensible { public DaoYouEditTeamNameRequest() {} private string _teamName; /// /// 道友团队名称 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"teamName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string teamName { get { return _teamName; } set { _teamName = value; } } private int _itemId = default(int); /// /// 道友信物id /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"itemId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int itemId { get { return _itemId; } set { _itemId = 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=@"DaoYouEditTeamNameResponse")] public partial class DaoYouEditTeamNameResponse : global::ProtoBuf.IExtensible { public DaoYouEditTeamNameResponse() {} 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=@"DaoYouLeaveMessageRequest")] public partial class DaoYouLeaveMessageRequest : global::ProtoBuf.IExtensible { public DaoYouLeaveMessageRequest() {} private string _message; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"message", DataFormat = global::ProtoBuf.DataFormat.Default)] public string message { get { return _message; } set { _message = 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=@"DaoYouLeaveMessageResponse")] public partial class DaoYouLeaveMessageResponse : global::ProtoBuf.IExtensible { public DaoYouLeaveMessageResponse() {} 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=@"DaoYouNoticeRequest")] public partial class DaoYouNoticeRequest : global::ProtoBuf.IExtensible { public DaoYouNoticeRequest() {} private string _notice; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"notice", DataFormat = global::ProtoBuf.DataFormat.Default)] public string notice { get { return _notice; } set { _notice = 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=@"DaoYouNoticeResponse")] public partial class DaoYouNoticeResponse : global::ProtoBuf.IExtensible { public DaoYouNoticeResponse() {} 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=@"DaoYouKickTeamRequest")] public partial class DaoYouKickTeamRequest : global::ProtoBuf.IExtensible { public DaoYouKickTeamRequest() {} private string _playerId; /// /// 被踢的玩家ID /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string playerId { get { return _playerId; } set { _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=@"DaoYouKickTeamResponse")] public partial class DaoYouKickTeamResponse : global::ProtoBuf.IExtensible { public DaoYouKickTeamResponse() {} 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=@"DaoYouTransferAdminRequest")] public partial class DaoYouTransferAdminRequest : global::ProtoBuf.IExtensible { public DaoYouTransferAdminRequest() {} private string _playerId; /// /// 转让的玩家ID /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string playerId { get { return _playerId; } set { _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=@"DaoYouTransferAdminResponse")] public partial class DaoYouTransferAdminResponse : global::ProtoBuf.IExtensible { public DaoYouTransferAdminResponse() {} 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=@"DaoYouQuitTeamRequest")] public partial class DaoYouQuitTeamRequest : global::ProtoBuf.IExtensible { public DaoYouQuitTeamRequest() {} 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=@"DaoYouQuitTeamResponse")] public partial class DaoYouQuitTeamResponse : global::ProtoBuf.IExtensible { public DaoYouQuitTeamResponse() {} 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=@"CallDaoyouRequest")] public partial class CallDaoyouRequest : global::ProtoBuf.IExtensible { public CallDaoyouRequest() {} 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=@"CallDaoyouResponse")] public partial class CallDaoyouResponse : global::ProtoBuf.IExtensible { public CallDaoyouResponse() {} 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=@"ReceiveAmbiguityAwardRequest")] public partial class ReceiveAmbiguityAwardRequest : global::ProtoBuf.IExtensible { public ReceiveAmbiguityAwardRequest() {} private int _awardId; /// /// 奖励id /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"awardId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int awardId { get { return _awardId; } set { _awardId = 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=@"ReceiveAmbiguityAwardResponse")] public partial class ReceiveAmbiguityAwardResponse : global::ProtoBuf.IExtensible { public ReceiveAmbiguityAwardResponse() {} 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); } } }