//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // 作者= 卢松洁 // 创建时间= 2015-08-27 // 用途= 玩家处理器 // *************************************************************************** // Generated from: playerHandler.proto // Note: requires additional types generated from: common.proto // Note: requires additional types generated from: player.proto // Note: requires additional types generated from: item.proto namespace pomelo.area { //--------------------------------------------------------------------------------------- /// /// 进入场景请求 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EnterSceneRequest")] public partial class EnterSceneRequest : global::ProtoBuf.IExtensible { public EnterSceneRequest() {} private string _c2s_instanceId = ""; [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"c2s_instanceId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string c2s_instanceId { get { return _c2s_instanceId; } set { _c2s_instanceId = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 进入场景返回 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EnterSceneResponse")] public partial class EnterSceneResponse : global::ProtoBuf.IExtensible { public EnterSceneResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private string _s2c_instanceId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_instanceId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_instanceId { get { return _s2c_instanceId; } set { _s2c_instanceId = value; } } private int _s2c_areaIndex = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_areaIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_areaIndex { get { return _s2c_areaIndex; } set { _s2c_areaIndex = 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=@"BattleEventNotify")] public partial class BattleEventNotify : global::ProtoBuf.IExtensible { public BattleEventNotify() {} private byte[] _c2s_data; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_data", DataFormat = global::ProtoBuf.DataFormat.Default)] public byte[] c2s_data { get { return _c2s_data; } set { _c2s_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=@"PickItemRequest")] public partial class PickItemRequest : global::ProtoBuf.IExtensible { public PickItemRequest() {} private string _c2s_instanceId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_instanceId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_instanceId { get { return _c2s_instanceId; } set { _c2s_instanceId = value; } } private string _c2s_itemId; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_itemId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_itemId { get { return _c2s_itemId; } set { _c2s_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=@"PickItemResponse")] public partial class PickItemResponse : global::ProtoBuf.IExtensible { public PickItemResponse() {} 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); } } //--------------------------------------------------------------------------------------- /// /// 切换到具体场景的 xy 坐标 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ChangeAreaXYRequest")] public partial class ChangeAreaXYRequest : global::ProtoBuf.IExtensible { public ChangeAreaXYRequest() {} private int _mapId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"mapId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int mapId { get { return _mapId; } set { _mapId = value; } } private int _posx = default(int); [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"posx", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int posx { get { return _posx; } set { _posx = value; } } private int _posy = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"posy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int posy { get { return _posy; } set { _posy = value; } } private string _instanceId = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"instanceId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string instanceId { get { return _instanceId; } set { _instanceId = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ChangeAreaXYResponse")] public partial class ChangeAreaXYResponse : global::ProtoBuf.IExtensible { public ChangeAreaXYResponse() {} 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=@"ChangeAreaByTaskRequest")] public partial class ChangeAreaByTaskRequest : global::ProtoBuf.IExtensible { public ChangeAreaByTaskRequest() {} private int _mapId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"mapId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int mapId { get { return _mapId; } set { _mapId = value; } } private int _taskId; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"taskId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int taskId { get { return _taskId; } set { _taskId = value; } } private int _posx; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"posx", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int posx { get { return _posx; } set { _posx = value; } } private int _posy; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"posy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int posy { get { return _posy; } set { _posy = value; } } private int _point = default(int); [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"point", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int point { get { return _point; } set { _point = 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=@"ChangeAreaByTaskResponse")] public partial class ChangeAreaByTaskResponse : global::ProtoBuf.IExtensible { public ChangeAreaByTaskResponse() {} 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=@"ChangeAreaRequest")] public partial class ChangeAreaRequest : global::ProtoBuf.IExtensible { public ChangeAreaRequest() {} private string _c2s_pointId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pointId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_pointId { get { return _c2s_pointId; } set { _c2s_pointId = value; } } private int _c2s_type; /// /// 0:普通进入,1:收到弹框点确认进副本 /// [global::ProtoBuf.ProtoMember(2, 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=@"ChangeAreaResponse")] public partial class ChangeAreaResponse : global::ProtoBuf.IExtensible { public ChangeAreaResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private string _s2c_enterTips = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_enterTips", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_enterTips { get { return _s2c_enterTips; } set { _s2c_enterTips = 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=@"TransByAreaIdRequest")] public partial class TransByAreaIdRequest : global::ProtoBuf.IExtensible { public TransByAreaIdRequest() {} private int _c2s_areaId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_areaId { get { return _c2s_areaId; } set { _c2s_areaId = value; } } private int _c2s_type = default(int); /// /// 0-正常传送,1-回城 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"c2s_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_type { get { return _c2s_type; } set { _c2s_type = value; } } private int _c2s_dungeonId = default(int); /// /// 副本索引-第几层(深渊副本......) /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"c2s_dungeonId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_dungeonId { get { return _c2s_dungeonId; } set { _c2s_dungeonId = 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=@"TransByAreaIdResponse")] public partial class TransByAreaIdResponse : global::ProtoBuf.IExtensible { public TransByAreaIdResponse() {} 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=@"TransByInstanceIdRequest")] public partial class TransByInstanceIdRequest : global::ProtoBuf.IExtensible { public TransByInstanceIdRequest() {} private string _c2s_instanceId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_instanceId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_instanceId { get { return _c2s_instanceId; } set { _c2s_instanceId = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"TransByInstanceIdResponse")] public partial class TransByInstanceIdResponse : global::ProtoBuf.IExtensible { public TransByInstanceIdResponse() {} 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=@"LeaveAreaRequest")] public partial class LeaveAreaRequest : global::ProtoBuf.IExtensible { public LeaveAreaRequest() {} 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=@"LeaveAreaResponse")] public partial class LeaveAreaResponse : global::ProtoBuf.IExtensible { public LeaveAreaResponse() {} 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); } } //--------------------------------------------------------------------------------------- /// /// 查询loadway请求 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryLoadWayRequest")] public partial class QueryLoadWayRequest : global::ProtoBuf.IExtensible { public QueryLoadWayRequest() {} private int _c2s_areaId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_areaId { get { return _c2s_areaId; } set { _c2s_areaId = value; } } private string _c2s_pointId; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_pointId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_pointId { get { return _c2s_pointId; } set { _c2s_pointId = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 查询loadway返回 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QueryLoadWayResponse")] public partial class QueryLoadWayResponse : global::ProtoBuf.IExtensible { public QueryLoadWayResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private string _s2c_pointId = ""; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_pointId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_pointId { get { return _s2c_pointId; } set { _s2c_pointId = 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=@"RecentContactsRequest")] public partial class RecentContactsRequest : global::ProtoBuf.IExtensible { public RecentContactsRequest() {} private readonly global::System.Collections.Generic.List _c2s_ids = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"c2s_ids", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List c2s_ids { get { return _c2s_ids; } } 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=@"recentContactInfo")] public partial class recentContactInfo : global::ProtoBuf.IExtensible { public recentContactInfo() {} 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 _name; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string name { get { return _name; } set { _name = value; } } private int _level; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int level { get { return _level; } set { _level = value; } } private int _pro; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int pro { get { return _pro; } set { _pro = value; } } private int _isFriend; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"isFriend", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int isFriend { get { return _isFriend; } set { _isFriend = 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=@"RecentContactsResponse")] public partial class RecentContactsResponse : global::ProtoBuf.IExtensible { public RecentContactsResponse() {} 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_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 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=@"RewardBasicData")] public partial class RewardBasicData : global::ProtoBuf.IExtensible { public RewardBasicData() {} private int _templateId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"templateId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int templateId { get { return _templateId; } set { _templateId = value; } } private int _num; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int num { get { return _num; } set { _num = value; } } private int _icon; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"icon", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int icon { get { return _icon; } set { _icon = value; } } private int _quality; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"quality", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int quality { get { return _quality; } set { _quality = 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=@"DailyReward")] public partial class DailyReward : global::ProtoBuf.IExtensible { public DailyReward() {} private int _id; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int id { get { return _id; } set { _id = value; } } private readonly global::System.Collections.Generic.List _rewards = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"rewards", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List rewards { get { return _rewards; } } private int _score; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int score { get { return _score; } set { _score = value; } } private int _isGet; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"isGet", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int isGet { get { return _isGet; } set { _isGet = 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=@"DailyActivity")] public partial class DailyActivity : global::ProtoBuf.IExtensible { public DailyActivity() {} private int _id; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int id { get { return _id; } set { _id = value; } } private string _name; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string name { get { return _name; } set { _name = value; } } private int _score; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int score { get { return _score; } set { _score = value; } } private int _scoreLimit; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"scoreLimit", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int scoreLimit { get { return _scoreLimit; } set { _scoreLimit = value; } } private string _rule; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"rule", DataFormat = global::ProtoBuf.DataFormat.Default)] public string rule { get { return _rule; } set { _rule = value; } } private int _target; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"target", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int target { get { return _target; } set { _target = value; } } private int _level; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int level { get { return _level; } set { _level = value; } } private int _sort; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"sort", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int sort { get { return _sort; } set { _sort = 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=@"DailyActivities")] public partial class DailyActivities : global::ProtoBuf.IExtensible { public DailyActivities() {} private int _totalScore; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"totalScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int totalScore { get { return _totalScore; } set { _totalScore = value; } } private readonly global::System.Collections.Generic.List _dayActivities = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"dayActivities", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List dayActivities { get { return _dayActivities; } } private readonly global::System.Collections.Generic.List _dayReward = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"dayReward", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List dayReward { get { return _dayReward; } } 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=@"BattleEventPush")] public partial class BattleEventPush : global::ProtoBuf.IExtensible { public BattleEventPush() {} private string _s2c_name; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string s2c_name { get { return _s2c_name; } set { _s2c_name = value; } } private byte[] _s2c_data; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)] public byte[] 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=@"BattleClearPush")] public partial class BattleClearPush : global::ProtoBuf.IExtensible { public BattleClearPush() {} private string _s2c_name; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string s2c_name { get { return _s2c_name; } set { _s2c_name = 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=@"SuperScriptType")] public partial class SuperScriptType : global::ProtoBuf.IExtensible { public SuperScriptType() {} private int _type; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int type { get { return _type; } set { _type = value; } } private int _number; /// /// 0:不显示 1:显示不带数字的红点 2-n:显示数字 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"number", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int number { get { return _number; } set { _number = 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=@"SuperScriptPush")] public partial class SuperScriptPush : global::ProtoBuf.IExtensible { public SuperScriptPush() {} 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 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=@"ChangeAreaPush")] public partial class ChangeAreaPush : global::ProtoBuf.IExtensible { public ChangeAreaPush() {} private int _s2c_mapId; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_mapId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_mapId { get { return _s2c_mapId; } set { _s2c_mapId = value; } } private int _s2c_sceneId; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_sceneId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_sceneId { get { return _s2c_sceneId; } set { _s2c_sceneId = value; } } private int _s2c_sceneType; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"s2c_sceneType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_sceneType { get { return _s2c_sceneType; } set { _s2c_sceneType = value; } } private int _s2c_sceneUseAgent; /// /// 能否吃药剂 /// [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"s2c_sceneUseAgent", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_sceneUseAgent { get { return _s2c_sceneUseAgent; } set { _s2c_sceneUseAgent = value; } } private int _s2c_changePkType; /// /// 能否改变pk模式 /// [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"s2c_changePkType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_changePkType { get { return _s2c_changePkType; } set { _s2c_changePkType = value; } } private int _s2c_rideMount; /// /// 能否骑马 /// [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"s2c_rideMount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_rideMount { get { return _s2c_rideMount; } set { _s2c_rideMount = value; } } private string _s2c_instanceId; /// /// 场景实例id /// [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"s2c_instanceId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string s2c_instanceId { get { return _s2c_instanceId; } set { _s2c_instanceId = value; } } private bool _s2c_isCross = default(bool); /// /// 是否是跨服(false:不是跨服) /// [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"s2c_isCross", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(default(bool))] public bool s2c_isCross { get { return _s2c_isCross; } set { _s2c_isCross = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// pk相关 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ChangPkModelRequest")] public partial class ChangPkModelRequest : global::ProtoBuf.IExtensible { public ChangPkModelRequest() {} private int _c2s_model; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_model", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_model { get { return _c2s_model; } set { _c2s_model = 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=@"ChangPkModelRespone")] public partial class ChangPkModelRespone : global::ProtoBuf.IExtensible { public ChangPkModelRespone() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private int _s2c_currentModel = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_currentModel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_currentModel { get { return _s2c_currentModel; } set { _s2c_currentModel = 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=@"ReliveSendPosRequest")] public partial class ReliveSendPosRequest : global::ProtoBuf.IExtensible { public ReliveSendPosRequest() {} 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=@"ReliveSendPosResponse")] public partial class ReliveSendPosResponse : global::ProtoBuf.IExtensible { public ReliveSendPosResponse() {} 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); } } //--------------------------------------------------------------------------------------- /// /// 复活 message ReliveRequest { required int32 type = 1; // 0, 复活点复活,1/2原地复活(2情况时钻石不足,就自动复活点复活) optional int32 autoPay = 2; // 1:付费不再弹框 } 复活 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ReliveRequest")] public partial class ReliveRequest : global::ProtoBuf.IExtensible { public ReliveRequest() {} private int _type; /// /// 0:复活至玩家进图前位置(效果类似与退出副本);1:原地复活;2:出生点复活(安全复活);3:复活点复活(主城六道轮回复活) /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int type { get { return _type; } set { _type = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ReliveResponse")] public partial class ReliveResponse : global::ProtoBuf.IExtensible { public ReliveResponse() {} 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=@"GetAreaLinesRequest")] public partial class GetAreaLinesRequest : global::ProtoBuf.IExtensible { public GetAreaLinesRequest() {} 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=@"AreaLineData")] public partial class AreaLineData : global::ProtoBuf.IExtensible { public AreaLineData() {} private string _instanceId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"instanceId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string instanceId { get { return _instanceId; } set { _instanceId = value; } } private int _state; /// /// 0 空闲 1 繁忙 2爆满 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int state { get { return _state; } set { _state = value; } } private int _index; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int index { get { return _index; } set { _index = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetAreaLinesResponse")] public partial class GetAreaLinesResponse : global::ProtoBuf.IExtensible { public GetAreaLinesResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private readonly global::System.Collections.Generic.List _s2c_data = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_data { get { return _s2c_data; } } 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=@"LookUpOtherPlayerRequest")] public partial class LookUpOtherPlayerRequest : global::ProtoBuf.IExtensible { public LookUpOtherPlayerRequest() {} 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 int _c2s_type; /// /// 1-人物属性 2-战力属性 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_type { get { return _c2s_type; } set { _c2s_type = value; } } private int _c2s_serverId = default(int); /// /// 人物的serverid带过来 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"c2s_serverId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int c2s_serverId { get { return _c2s_serverId; } set { _c2s_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=@"LookUpOtherPlayerResponse")] public partial class LookUpOtherPlayerResponse : global::ProtoBuf.IExtensible { public LookUpOtherPlayerResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private pomelo.player.LookUpPlayer _s2c_data = null; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.player.LookUpPlayer s2c_data { get { return _s2c_data; } set { _s2c_data = value; } } private readonly global::System.Collections.Generic.List _meAttrs = new global::System.Collections.Generic.List(); /// /// 自己的战斗属性 /// [global::ProtoBuf.ProtoMember(21, Name=@"meAttrs", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List meAttrs { get { return _meAttrs; } } 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=@"AgreeRebirthRequest")] public partial class AgreeRebirthRequest : global::ProtoBuf.IExtensible { public AgreeRebirthRequest() {} 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=@"AgreeRebirthResponse")] public partial class AgreeRebirthResponse : global::ProtoBuf.IExtensible { public AgreeRebirthResponse() {} 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=@"CDKRequest")] public partial class CDKRequest : global::ProtoBuf.IExtensible { public CDKRequest() {} private string _c2s_cdk; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_cdk", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_cdk { get { return _c2s_cdk; } set { _c2s_cdk = value; } } private int _c2s_channel; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_channel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_channel { get { return _c2s_channel; } set { _c2s_channel = 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=@"CDKResponse")] public partial class CDKResponse : global::ProtoBuf.IExtensible { public CDKResponse() {} 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=@"TransportRequest")] public partial class TransportRequest : global::ProtoBuf.IExtensible { public TransportRequest() {} private int _c2s_transportId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_transportId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_transportId { get { return _c2s_transportId; } set { _c2s_transportId = 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=@"TransportResponse")] public partial class TransportResponse : global::ProtoBuf.IExtensible { public TransportResponse() {} 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=@"CustomConfigRequest")] public partial class CustomConfigRequest : global::ProtoBuf.IExtensible { public CustomConfigRequest() {} private string _c2s_key; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_key", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_key { get { return _c2s_key; } set { _c2s_key = value; } } private string _c2s_value; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_value", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_value { get { return _c2s_value; } set { _c2s_value = 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=@"CustomConfigResponse")] public partial class CustomConfigResponse : global::ProtoBuf.IExtensible { public CustomConfigResponse() {} 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); } } //--------------------------------------------------------------------------------------- /// /// message AgoraDynamicKeyRequest{ required string c2s_channelName = 1; optional int32 c2s_uid = 2; } message AgoraDynamicKeyResponse{ required int32 s2c_code = 1; optional string s2c_msg = 2; required string s2c_key = 3; required string s2c_channelName = 4; optional int32 s2c_uid = 5; } /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SimulateDropByTcRequest")] public partial class SimulateDropByTcRequest : global::ProtoBuf.IExtensible { public SimulateDropByTcRequest() {} private string _c2s_tcCode; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_tcCode", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_tcCode { get { return _c2s_tcCode; } set { _c2s_tcCode = value; } } private int _c2s_tcCount; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_tcCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_tcCount { get { return _c2s_tcCount; } set { _c2s_tcCount = value; } } private int _c2s_tcLevel; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"c2s_tcLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_tcLevel { get { return _c2s_tcLevel; } set { _c2s_tcLevel = 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=@"SimulateDropByTcResponse")] public partial class SimulateDropByTcResponse : global::ProtoBuf.IExtensible { public SimulateDropByTcResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private int _s2c_runNum = default(int); /// /// 执行成功次数 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_runNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_runNum { get { return _s2c_runNum; } set { _s2c_runNum = value; } } private int _s2c_succPer = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_succPer", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_succPer { get { return _s2c_succPer; } set { _s2c_succPer = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// message GotoProcessRequest{ required string s2c_id = 1; } message GotoProcessResponse{ required int32 s2c_code = 1; optional string s2c_msg = 2; } /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetPlayerPositionRequest")] public partial class GetPlayerPositionRequest : global::ProtoBuf.IExtensible { public GetPlayerPositionRequest() {} private string _s2c_playerId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_playerId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string s2c_playerId { get { return _s2c_playerId; } set { _s2c_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=@"GetPlayerPositionResponse")] public partial class GetPlayerPositionResponse : global::ProtoBuf.IExtensible { public GetPlayerPositionResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private int _s2c_areaId = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_areaId { get { return _s2c_areaId; } set { _s2c_areaId = value; } } private int _s2c_templateID = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_templateID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_templateID { get { return _s2c_templateID; } set { _s2c_templateID = value; } } private string _s2c_instanceId = ""; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_instanceId", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_instanceId { get { return _s2c_instanceId; } set { _s2c_instanceId = value; } } private int _s2c_targetX = default(int); [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"s2c_targetX", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_targetX { get { return _s2c_targetX; } set { _s2c_targetX = value; } } private int _s2c_targetY = default(int); [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"s2c_targetY", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_targetY { get { return _s2c_targetY; } set { _s2c_targetY = 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=@"GetClassEventConditionRequest")] public partial class GetClassEventConditionRequest : global::ProtoBuf.IExtensible { public GetClassEventConditionRequest() {} 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=@"GetClassEventConditionResponse")] public partial class GetClassEventConditionResponse : global::ProtoBuf.IExtensible { public GetClassEventConditionResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private int _s2c_flag = default(int); /// /// 1表示满足 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_flag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_flag { get { return _s2c_flag; } set { _s2c_flag = 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=@"PayGiftStatePush")] public partial class PayGiftStatePush : global::ProtoBuf.IExtensible { public PayGiftStatePush() {} 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=@"ClientReadyRequest")] public partial class ClientReadyRequest : global::ProtoBuf.IExtensible { public ClientReadyRequest() {} 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=@"ClientReadyResponse")] public partial class ClientReadyResponse : global::ProtoBuf.IExtensible { public ClientReadyResponse() {} 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); } } //--------------------------------------------------------------------------------------- /// /// message Request { required string id = 1; required int32 type = 2; required string fromPlayerId = 3; required string fromPlayerName = 4; } /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PlayerDynamicPush")] public partial class PlayerDynamicPush : global::ProtoBuf.IExtensible { public PlayerDynamicPush() {} 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 global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// message PlayerNewRequestPush { required int32 s2c_code = 1; required Request s2c_data = 2; } /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PlayerRelivePush")] public partial class PlayerRelivePush : global::ProtoBuf.IExtensible { public PlayerRelivePush() {} private int _type; /// /// 1:复活;2:离开 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int type { get { return _type; } set { _type = value; } } private int _btn; /// /// 0:不显示,1:显示按钮可点,2:显示按钮不可点 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"btn", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int btn { get { return _btn; } set { _btn = value; } } private int _countDown; /// /// 倒计时 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"countDown", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int countDown { get { return _countDown; } set { _countDown = value; } } private int _op; /// /// 0:强化项不可操作,1:强化项可操作 /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"op", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int op { get { return _op; } set { _op = value; } } private int _cbType; /// /// 0:关闭面板,显示可重新打开的按钮,1:发送复活,2:发送离开 /// [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"cbType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int cbType { get { return _cbType; } set { _cbType = value; } } private int _currCount = default(int); /// /// 立即复活剩余次数 /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"currCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int currCount { get { return _currCount; } set { _currCount = value; } } private int _totalCount = default(int); /// /// 立即复活总次数 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"totalCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int totalCount { get { return _totalCount; } set { _totalCount = value; } } private int _cooltime = default(int); /// /// 复活冷却时间 /// [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"cooltime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int cooltime { get { return _cooltime; } set { _cooltime = value; } } private string _costStr = ""; /// /// 立即复活消耗 /// [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"costStr", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string costStr { get { return _costStr; } set { _costStr = value; } } private int _payConfirm = default(int); /// /// 1:付费弹框确认 /// [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"payConfirm", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int payConfirm { get { return _payConfirm; } set { _payConfirm = value; } } private int _btnSafe = default(int); /// /// 1:显示安全复活按钮 /// [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"btnSafe", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int btnSafe { get { return _btnSafe; } set { _btnSafe = value; } } private int _btnCity = default(int); /// /// 1:显示回城复活按钮 /// [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"btnCity", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int btnCity { get { return _btnCity; } set { _btnCity = value; } } private int _btnCurr = default(int); /// /// 1:显示立即复活按钮 /// [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"btnCurr", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int btnCurr { get { return _btnCurr; } set { _btnCurr = value; } } private int _reliveFlg = default(int); /// /// 复活标记,0-正常显示面板,1-不显示面板,只显示时间(PVP), 2.封神战死亡 /// [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"reliveFlg", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int reliveFlg { get { return _reliveFlg; } set { _reliveFlg = value; } } private pomelo.player.PlayerBasicExt _attackInfo = null; /// /// reliveFlg=pvp时,用于显示击杀的玩家信息 /// [global::ProtoBuf.ProtoMember(15, IsRequired = false, Name=@"attackInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.player.PlayerBasicExt attackInfo { get { return _attackInfo; } set { _attackInfo = 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=@"PlayerSaverRebirthPush")] public partial class PlayerSaverRebirthPush : global::ProtoBuf.IExtensible { public PlayerSaverRebirthPush() {} private string _saverName; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"saverName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string saverName { get { return _saverName; } set { _saverName = 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=@"SimulateDataPush")] public partial class SimulateDataPush : global::ProtoBuf.IExtensible { public SimulateDataPush() {} private readonly global::System.Collections.Generic.List _s2c_items = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"s2c_items", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_items { get { return _s2c_items; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ClientConfigPush")] public partial class ClientConfigPush : global::ProtoBuf.IExtensible { public ClientConfigPush() {} private string _s2c_key; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_key", DataFormat = global::ProtoBuf.DataFormat.Default)] public string s2c_key { get { return _s2c_key; } set { _s2c_key = value; } } private string _s2c_value; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_value", DataFormat = global::ProtoBuf.DataFormat.Default)] public string s2c_value { get { return _s2c_value; } set { _s2c_value = 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=@"KickPlayerPush")] public partial class KickPlayerPush : global::ProtoBuf.IExtensible { public KickPlayerPush() {} private int _s2c_reasonType; /// /// 1:被顶号,2:服务器维护 ,3:逻辑错误,4:GM踢人 除此之外(s2c_reasonType>= 1000 notice表格,s2c_msg有参数,需要处理) /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_reasonType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_reasonType { get { return _s2c_reasonType; } set { _s2c_reasonType = 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=@"CommonProperty")] public partial class CommonProperty : global::ProtoBuf.IExtensible { public CommonProperty() {} private string _attrName; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"attrName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string attrName { get { return _attrName; } set { _attrName = value; } } private int _value; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int value { get { return _value; } set { _value = value; } } private int _isFormat; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"isFormat", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int isFormat { get { return _isFormat; } set { _isFormat = 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=@"CommonPropertyPush")] public partial class CommonPropertyPush : global::ProtoBuf.IExtensible { public CommonPropertyPush() {} private int _s2c_type; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_type { get { return _s2c_type; } set { _s2c_type = value; } } private readonly global::System.Collections.Generic.List _s2c_property = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"s2c_property", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_property { get { return _s2c_property; } } 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=@"SuitPropertyUpPush")] public partial class SuitPropertyUpPush : global::ProtoBuf.IExtensible { public SuitPropertyUpPush() {} private int _s2c_type; /// /// 1:主副手 2: 6件防具 3: 3件饰品 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_type { get { return _s2c_type; } set { _s2c_type = value; } } private string _s2c_msg; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private readonly global::System.Collections.Generic.List _s2c_property = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"s2c_property", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_property { get { return _s2c_property; } } 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=@"BuffInfo")] public partial class BuffInfo : global::ProtoBuf.IExtensible { public BuffInfo() {} private int _id = default(int); /// /// 属性id, /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int id { get { return _id; } set { _id = value; } } private int _value = default(int); /// /// 属性值 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int value { get { return _value; } set { _value = value; } } private int _isFormat = default(int); /// /// 是否是万分比 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"isFormat", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int isFormat { get { return _isFormat; } set { _isFormat = value; } } private int _expireTime = default(int); /// /// 到期时间戳秒 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"expireTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int expireTime { get { return _expireTime; } set { _expireTime = 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=@"BuffPropertyPush")] public partial class BuffPropertyPush : global::ProtoBuf.IExtensible { public BuffPropertyPush() {} private readonly global::System.Collections.Generic.List _buffList = new global::System.Collections.Generic.List(); /// /// buff列表 /// [global::ProtoBuf.ProtoMember(3, Name=@"buffList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List buffList { get { return _buffList; } } 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=@"PlayerBattleAttributePush")] public partial class PlayerBattleAttributePush : global::ProtoBuf.IExtensible { public PlayerBattleAttributePush() {} private readonly global::System.Collections.Generic.List _datas = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"datas", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List datas { get { return _datas; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 发送GM命令请求 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SendGMCmdRequest")] public partial class SendGMCmdRequest : global::ProtoBuf.IExtensible { public SendGMCmdRequest() {} private string _c2s_msg; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] public string c2s_msg { get { return _c2s_msg; } set { _c2s_msg = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 发送GM命令返回 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SendGMCmdResponse")] public partial class SendGMCmdResponse : global::ProtoBuf.IExtensible { public SendGMCmdResponse() {} 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); } } //--------------------------------------------------------------------------------------- /// /// 客户端提示消息推送, MSG_ClientNoticeMsg = 1111; //客户端提示消息推送 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PlayerNoticeMsgPush")] public partial class PlayerNoticeMsgPush : global::ProtoBuf.IExtensible { public PlayerNoticeMsgPush() {} private int _s2c_msgId = default(int); /// /// 消息id /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"s2c_msgId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_msgId { get { return _s2c_msgId; } set { _s2c_msgId = value; } } private string _s2c_msg = ""; /// /// 若s2c_msgId > 0,该字段存在,为带参数消息,参数格式:param1;param2;param3; || 若s2c_msgId == 600(WORLD_HORN),直接显示该字段 /// [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); } } //--------------------------------------------------------------------------------------- /// /// 同地图传送遮罩时间, MSG_PLAYER_SAME_MAP_TRANS_PUSH = 1305;// 同地图传送 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PlayerSameMapTransPush")] public partial class PlayerSameMapTransPush : global::ProtoBuf.IExtensible { public PlayerSameMapTransPush() {} private int _s2c_trans_time; /// /// s,传送遮罩或动作时间 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_trans_time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_trans_time { get { return _s2c_trans_time; } set { _s2c_trans_time = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } }