//------------------------------------------------------------------------------
//
// 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-10-28
// 用途= 玩家扩展处理器
// ***************************************************************************
// Generated from: playerHandlerExt.proto
// Note: requires additional types generated from: common.proto
// Note: requires additional types generated from: item.proto
namespace pomelo.area
{
//---------------------------------------------------------------------------------------
///
/// 获取角色阵营id 请求
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetPlayerForceIdRequest")]
public partial class GetPlayerForceIdRequest : global::ProtoBuf.IExtensible
{
public GetPlayerForceIdRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 获取角色阵营id 返回
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetPlayerForceIdRespone")]
public partial class GetPlayerForceIdRespone : global::ProtoBuf.IExtensible
{
public GetPlayerForceIdRespone() {}
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_forceId = default(int);
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_forceId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_forceId
{
get { return _s2c_forceId; }
set { _s2c_forceId = 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=@"MoneyExchangeGoldRequest")]
public partial class MoneyExchangeGoldRequest : global::ProtoBuf.IExtensible
{
public MoneyExchangeGoldRequest() {}
private int _exchangeType;
///
/// 兑换方式(1:仙玉 2:元宝)
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"exchangeType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int exchangeType
{
get { return _exchangeType; }
set { _exchangeType = value; }
}
private int _num = default(int);
///
/// 兑换数量
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int num
{
get { return _num; }
set { _num = 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=@"MoneyExchangeGoldResponse")]
public partial class MoneyExchangeGoldResponse : global::ProtoBuf.IExtensible
{
public MoneyExchangeGoldResponse() {}
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); }
}
//---------------------------------------------------------------------------------------
///
/// 玩家打坐 请求 MsgId-->621
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PlayerSitStartRequest")]
public partial class PlayerSitStartRequest : global::ProtoBuf.IExtensible
{
public PlayerSitStartRequest() {}
private bool _c2s_sit_or_not = default(bool);
///
/// 坐下1,起来0
///
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"c2s_sit_or_not", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(default(bool))]
public bool c2s_sit_or_not
{
get { return _c2s_sit_or_not; }
set { _c2s_sit_or_not = value; }
}
private int _c2s_type = default(int);
///
/// 类型:普通打坐1,师门任务打坐2 暂时不做区分,可不传
///
[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 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=@"PlayerSitStartResponse")]
public partial class PlayerSitStartResponse : global::ProtoBuf.IExtensible
{
public PlayerSitStartResponse() {}
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=@"ReceiveShimenKeyRequest")]
public partial class ReceiveShimenKeyRequest : global::ProtoBuf.IExtensible
{
public ReceiveShimenKeyRequest() {}
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=@"ReceiveShimenKeyResponse")]
public partial class ReceiveShimenKeyResponse : global::ProtoBuf.IExtensible
{
public ReceiveShimenKeyResponse() {}
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_remainingNum = default(int);
///
/// 剩余领取次数
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_remainingNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_remainingNum
{
get { return _s2c_remainingNum; }
set { _s2c_remainingNum = 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=@"TransAreaByCanEnterRequest")]
public partial class TransAreaByCanEnterRequest : global::ProtoBuf.IExtensible
{
public TransAreaByCanEnterRequest() {}
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_dungeonId = default(int);
///
/// 副本索引-第几层(深渊副本......)
///
[global::ProtoBuf.ProtoMember(2, 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=@"TransAreaByCanEnterResponse")]
public partial class TransAreaByCanEnterResponse : global::ProtoBuf.IExtensible
{
public TransAreaByCanEnterResponse() {}
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_DuJieBreakThrough = 727;
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DuJieBreakThroughRequest")]
public partial class DuJieBreakThroughRequest : global::ProtoBuf.IExtensible
{
public DuJieBreakThroughRequest() {}
private readonly global::System.Collections.Generic.List _items = new global::System.Collections.Generic.List();
///
/// 增加突破成功率的物品list
///
[global::ProtoBuf.ProtoMember(1, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List items
{
get { return _items; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DuJieBreakThroughResponese")]
public partial class DuJieBreakThroughResponese : global::ProtoBuf.IExtensible
{
public DuJieBreakThroughResponese() {}
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_res = default(int);
///
/// 0-成功,1-失败, 2-突破错误
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_res", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_res
{
get { return _s2c_res; }
set { _s2c_res = value; }
}
private long _classExp = default(long);
///
/// 仙阶
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"classExp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(long))]
public long classExp
{
get { return _classExp; }
set { _classExp = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 打开仙阶界面信息 public static final short MSG_GetRebirthData = 469;
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDuJieDataRequest")]
public partial class GetDuJieDataRequest : global::ProtoBuf.IExtensible
{
public GetDuJieDataRequest() {}
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=@"GetDuJieDataRespone")]
public partial class GetDuJieDataRespone : global::ProtoBuf.IExtensible
{
public GetDuJieDataRespone() {}
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_expLeft;
///
/// 经验兑换次数
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_expLeft", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_expLeft
{
get { return _s2c_expLeft; }
set { _s2c_expLeft = value; }
}
private int _s2c_itemUseLeft;
///
/// 经验丹使用次数
///
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"s2c_itemUseLeft", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_itemUseLeft
{
get { return _s2c_itemUseLeft; }
set { _s2c_itemUseLeft = value; }
}
private bool _s2c_isDevil = default(bool);
///
/// 是否是魔头
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_isDevil", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(default(bool))]
public bool s2c_isDevil
{
get { return _s2c_isDevil; }
set { _s2c_isDevil = value; }
}
private int _hookInterval = default(int);
///
/// 飘修为间隔,秒
///
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"hookInterval", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int hookInterval
{
get { return _hookInterval; }
set { _hookInterval = value; }
}
private int _hookSpeed = default(int);
///
/// 单次飘修为值
///
[global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"hookSpeed", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int hookSpeed
{
get { return _hookSpeed; }
set { _hookSpeed = value; }
}
private long _classExp = default(long);
///
/// 当前修为值
///
[global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"classExp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(long))]
public long classExp
{
get { return _classExp; }
set { _classExp = 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=@"ExchangePropertyInfoRequest")]
public partial class ExchangePropertyInfoRequest : global::ProtoBuf.IExtensible
{
public ExchangePropertyInfoRequest() {}
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=@"ExchangePropertyInfoResponse")]
public partial class ExchangePropertyInfoResponse : global::ProtoBuf.IExtensible
{
public ExchangePropertyInfoResponse() {}
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 _count = default(int);
///
/// 兑换次数
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"count", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int count
{
get { return _count; }
set { _count = 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=@"ExchangePropertyRequest")]
public partial class ExchangePropertyRequest : global::ProtoBuf.IExtensible
{
public ExchangePropertyRequest() {}
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 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=@"ExchangePropertyResponse")]
public partial class ExchangePropertyResponse : global::ProtoBuf.IExtensible
{
public ExchangePropertyResponse() {}
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 _count = default(int);
///
/// 兑换次数
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"count", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int count
{
get { return _count; }
set { _count = 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=@"ExpExchangeClassExpRequest")]
public partial class ExpExchangeClassExpRequest : global::ProtoBuf.IExtensible
{
public ExpExchangeClassExpRequest() {}
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=@"ExpExchangeClassExpResponse")]
public partial class ExpExchangeClassExpResponse : global::ProtoBuf.IExtensible
{
public ExpExchangeClassExpResponse() {}
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); }
}
//---------------------------------------------------------------------------------------
///
/// 638 天道点今日领取(每天可以领取多次)
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"TianDaoDayRecRequest")]
public partial class TianDaoDayRecRequest : global::ProtoBuf.IExtensible
{
public TianDaoDayRecRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 638 天道点今日领取(每天可以领取多次)
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"TianDaoDayRecResponse")]
public partial class TianDaoDayRecResponse : global::ProtoBuf.IExtensible
{
public TianDaoDayRecResponse() {}
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_can_value = default(int);
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_can_value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_can_value
{
get { return _s2c_can_value; }
set { _s2c_can_value = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 582.跨服场景每日5选一 请求
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FiveChooseOneByDayRequest")]
public partial class FiveChooseOneByDayRequest : global::ProtoBuf.IExtensible
{
public FiveChooseOneByDayRequest() {}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 582.跨服场景每日5选一 返回
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FiveChooseOneByDayResponse")]
public partial class FiveChooseOneByDayResponse : global::ProtoBuf.IExtensible
{
public FiveChooseOneByDayResponse() {}
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 _mapId = default(int);
///
/// 进入的mapid(0:无)
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"mapId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int mapId
{
get { return _mapId; }
set { _mapId = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 583.地图id是否属于跨服地图 请求
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MapIdIsCrossAreaRequest")]
public partial class MapIdIsCrossAreaRequest : global::ProtoBuf.IExtensible
{
public MapIdIsCrossAreaRequest() {}
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 global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 583.地图id是否属于跨服地图 返回
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MapIdIsCrossAreaResponse")]
public partial class MapIdIsCrossAreaResponse : global::ProtoBuf.IExtensible
{
public MapIdIsCrossAreaResponse() {}
private int _s2c_code;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_code
{
get { return _s2c_code; }
set { _s2c_code = value; }
}
private string _s2c_msg = "";
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_msg
{
get { return _s2c_msg; }
set { _s2c_msg = value; }
}
private bool _isCross = default(bool);
///
/// true:是跨服地图
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"isCross", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(default(bool))]
public bool isCross
{
get { return _isCross; }
set { _isCross = 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=@"DayRefreshData")]
public partial class DayRefreshData : global::ProtoBuf.IExtensible
{
public DayRefreshData() {}
private int _s2c_remainingNum = default(int);
///
/// (大师兄)每日师门令剩余领取次数
///
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"s2c_remainingNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_remainingNum
{
get { return _s2c_remainingNum; }
set { _s2c_remainingNum = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// MSG_RrefrushNewDay = 1113; //第二天五点了,客户端按需刷新
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RefrushNewDayPush")]
public partial class RefrushNewDayPush : global::ProtoBuf.IExtensible
{
public RefrushNewDayPush() {}
private pomelo.area.DayRefreshData _day_refresh = null;
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"day_refresh", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.DayRefreshData day_refresh
{
get { return _day_refresh; }
set { _day_refresh = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
}