//------------------------------------------------------------------------------
//
// 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-4-30
// * 用途: 灵气-铭文系统
// * 维护成员: 詹斗池
// ****************************************************************************/
// Generated from: animaInscriptionHandler.proto
// Note: requires additional types generated from: item.proto
namespace pomelo.area
{
//---------------------------------------------------------------------------------------
///
/// 铭文合成时候的合成所需道具和数量
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaUpgradeReqInfo")]
public partial class AnimaUpgradeReqInfo : global::ProtoBuf.IExtensible
{
public AnimaUpgradeReqInfo() {}
private int _gridIndex;
///
/// 背包索引
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"gridIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int gridIndex
{
get { return _gridIndex; }
set { _gridIndex = 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 global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----487:打开灵气界面,界面信息 响应:AnimaInfoResponse
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaInfoRequest")]
public partial class AnimaInfoRequest : global::ProtoBuf.IExtensible
{
public AnimaInfoRequest() {}
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=@"AnimaInfoResponse")]
public partial class AnimaInfoResponse : global::ProtoBuf.IExtensible
{
public AnimaInfoResponse() {}
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 _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 _value;
///
/// 灵气值
///
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int value
{
get { return _value; }
set { _value = value; }
}
private int _star_num;
///
/// 累计命星数
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"star_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int star_num
{
get { return _star_num; }
set { _star_num = value; }
}
private int _sec = default(int);
///
/// 秒,当前倒计时
///
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"sec", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int sec
{
get { return _sec; }
set { _sec = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----488:升级灵气 响应:AnimaUpgradeResponse
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaUpgradeRequest")]
public partial class AnimaUpgradeRequest : global::ProtoBuf.IExtensible
{
public AnimaUpgradeRequest() {}
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=@"AnimaUpgradeResponse")]
public partial class AnimaUpgradeResponse : global::ProtoBuf.IExtensible
{
public AnimaUpgradeResponse() {}
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 _level = default(int);
///
/// 灵气等级
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int level
{
get { return _level; }
set { _level = value; }
}
private int _value = default(int);
///
/// 灵气值
///
[global::ProtoBuf.ProtoMember(4, 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 global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----489:灵气抽奖 响应:AnimaLuckyResponse
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaLuckyRequest")]
public partial class AnimaLuckyRequest : global::ProtoBuf.IExtensible
{
public AnimaLuckyRequest() {}
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=@"AnimaLuckyResponse")]
public partial class AnimaLuckyResponse : global::ProtoBuf.IExtensible
{
public AnimaLuckyResponse() {}
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 _value = default(int);
///
/// 消耗元神值
///
[global::ProtoBuf.ProtoMember(3, 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 _obtain_value = default(int);
///
/// 获得灵气值
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"obtain_value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int obtain_value
{
get { return _obtain_value; }
set { _obtain_value = value; }
}
private pomelo.item.CountItems _items = null;
///
/// 抽奖的符文库
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.item.CountItems items
{
get { return _items; }
set { _items = value; }
}
private int _star_num = default(int);
///
/// 当前命星数变化
///
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"star_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int star_num
{
get { return _star_num; }
set { _star_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=@"EquipmentInscription")]
public partial class EquipmentInscription : global::ProtoBuf.IExtensible
{
public EquipmentInscription() {}
private int _index;
///
/// 孔的位置, 攻击-101表示第一个-112 防御-201标识第一个-212
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int index
{
get { return _index; }
set { _index = value; }
}
private pomelo.item.MiniItem _ins = null;
///
/// 铭文
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"ins", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.item.MiniItem ins
{
get { return _ins; }
set { _ins = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----490:打开铭文界面,界面信息 响应:AnimaInscriptionInfo
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaInscriptionInfoRequest")]
public partial class AnimaInscriptionInfoRequest : global::ProtoBuf.IExtensible
{
public AnimaInscriptionInfoRequest() {}
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=@"AnimaInscriptionInfoResponse")]
public partial class AnimaInscriptionInfoResponse : global::ProtoBuf.IExtensible
{
public AnimaInscriptionInfoResponse() {}
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 _insArray = new global::System.Collections.Generic.List();
///
/// 镶嵌的铭文
///
[global::ProtoBuf.ProtoMember(3, Name=@"insArray", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List insArray
{
get { return _insArray; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----491:合成铭文 响应:AnimaInscriptionUpgradeResponse
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaInscriptionUpgradeRequest")]
public partial class AnimaInscriptionUpgradeRequest : global::ProtoBuf.IExtensible
{
public AnimaInscriptionUpgradeRequest() {}
private string _code;
///
/// 铭文标识(合成后的得到的铭文)
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string code
{
get { return _code; }
set { _code = value; }
}
private readonly global::System.Collections.Generic.List _destroyedInfo = new global::System.Collections.Generic.List();
///
/// 合成时候,需要被销毁的(目前默认数量3个道具)
///
[global::ProtoBuf.ProtoMember(2, Name=@"destroyedInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List destroyedInfo
{
get { return _destroyedInfo; }
}
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=@"AnimaInscriptionUpgradeResponse")]
public partial class AnimaInscriptionUpgradeResponse : global::ProtoBuf.IExtensible
{
public AnimaInscriptionUpgradeResponse() {}
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 _code = "";
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string code
{
get { return _code; }
set { _code = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----492:镶嵌铭文 响应:AnimaInscriptionEquipResponse
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaInscriptionEquipRequest")]
public partial class AnimaInscriptionEquipRequest : global::ProtoBuf.IExtensible
{
public AnimaInscriptionEquipRequest() {}
private int _equipIndex;
///
/// 镶嵌位置
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int equipIndex
{
get { return _equipIndex; }
set { _equipIndex = value; }
}
private int _girdIndex;
///
/// 铭文背包格子索引
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"girdIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int girdIndex
{
get { return _girdIndex; }
set { _girdIndex = 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=@"AnimaInscriptionEquipResponse")]
public partial class AnimaInscriptionEquipResponse : global::ProtoBuf.IExtensible
{
public AnimaInscriptionEquipResponse() {}
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 _insArray = new global::System.Collections.Generic.List();
///
/// 镶嵌的铭文
///
[global::ProtoBuf.ProtoMember(3, Name=@"insArray", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List insArray
{
get { return _insArray; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----493:卸下铭文 响应:AnimaInscriptionDownResponse
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaInscriptionDownRequest")]
public partial class AnimaInscriptionDownRequest : global::ProtoBuf.IExtensible
{
public AnimaInscriptionDownRequest() {}
private int _equipIndex;
///
/// 镶嵌位置
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"equipIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int equipIndex
{
get { return _equipIndex; }
set { _equipIndex = 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=@"AnimaInscriptionDownResponse")]
public partial class AnimaInscriptionDownResponse : global::ProtoBuf.IExtensible
{
public AnimaInscriptionDownResponse() {}
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 _insArray = new global::System.Collections.Generic.List();
///
/// 镶嵌的铭文
///
[global::ProtoBuf.ProtoMember(3, Name=@"insArray", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List insArray
{
get { return _insArray; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----622:一键合成铭文 响应:AnimaInscriptionUpgradeOneKeyResponse
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaInscriptionUpgradeOneKeyRequest")]
public partial class AnimaInscriptionUpgradeOneKeyRequest : global::ProtoBuf.IExtensible
{
public AnimaInscriptionUpgradeOneKeyRequest() {}
private string _code;
///
/// 铭文标识(合成后的得到的铭文)
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string code
{
get { return _code; }
set { _code = 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=@"AnimaInscriptionUpgradeOneKeyResponse")]
public partial class AnimaInscriptionUpgradeOneKeyResponse : global::ProtoBuf.IExtensible
{
public AnimaInscriptionUpgradeOneKeyResponse() {}
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 _code = "";
///
/// 此次一键合成的code
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string code
{
get { return _code; }
set { _code = value; }
}
private int _num = default(int);
///
/// 此次一键合成得到的数量
///
[global::ProtoBuf.ProtoMember(4, 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); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----624:七星灯抽奖 响应:AnimaSevenStarResponse
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaSevenStarRequest")]
public partial class AnimaSevenStarRequest : global::ProtoBuf.IExtensible
{
public AnimaSevenStarRequest() {}
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=@"AnimaSevenStarResponse")]
public partial class AnimaSevenStarResponse : global::ProtoBuf.IExtensible
{
public AnimaSevenStarResponse() {}
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.item.CountItems _items = null;
///
/// 抽奖的符文库
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.item.CountItems items
{
get { return _items; }
set { _items = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----625:灵珠界面信息 响应:AnimaLingZhuInfoResponse
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaLingZhuInfoRequest")]
public partial class AnimaLingZhuInfoRequest : global::ProtoBuf.IExtensible
{
public AnimaLingZhuInfoRequest() {}
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=@"AnimaLingZhuInfoResponse")]
public partial class AnimaLingZhuInfoResponse : global::ProtoBuf.IExtensible
{
public AnimaLingZhuInfoResponse() {}
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_ling_qi = default(int);
///
/// 灵珠界面灵气总量
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_ling_qi", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_ling_qi
{
get { return _s2c_ling_qi; }
set { _s2c_ling_qi = value; }
}
private readonly global::System.Collections.Generic.List _s2c_lv = new global::System.Collections.Generic.List();
///
/// 分别是灵珠金木水火土等级
///
[global::ProtoBuf.ProtoMember(4, Name=@"s2c_lv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public global::System.Collections.Generic.List s2c_lv
{
get { return _s2c_lv; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----626:灵珠升级 响应:AnimaLingZhuUpgradeResponse
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaLingZhuUpgradeRequest")]
public partial class AnimaLingZhuUpgradeRequest : global::ProtoBuf.IExtensible
{
public AnimaLingZhuUpgradeRequest() {}
private int _zhu_index;
///
/// 灵珠标识【金1 木2 水3 火4 土5】
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"zhu_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int zhu_index
{
get { return _zhu_index; }
set { _zhu_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=@"AnimaLingZhuUpgradeResponse")]
public partial class AnimaLingZhuUpgradeResponse : global::ProtoBuf.IExtensible
{
public AnimaLingZhuUpgradeResponse() {}
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_value = default(int);
///
/// 灵气变化后的值
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_value
{
get { return _s2c_value; }
set { _s2c_value = value; }
}
private int _s2c_index = default(int);
///
/// 灵气变化后的值
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_index
{
get { return _s2c_index; }
set { _s2c_index = value; }
}
private int _s2c_lv = default(int);
///
/// 灵气变化后的值
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_lv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_lv
{
get { return _s2c_lv; }
set { _s2c_lv = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 灵盘单功法单页信息(功法每一页信息)
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaGongFaPageInfo")]
public partial class AnimaGongFaPageInfo : global::ProtoBuf.IExtensible
{
public AnimaGongFaPageInfo() {}
private string _s2c_gpid;
///
/// 功法每页id
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_gpid", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string s2c_gpid
{
get { return _s2c_gpid; }
set { _s2c_gpid = value; }
}
private int _s2c_gplv;
///
/// 功法当前页等级
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_gplv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_gplv
{
get { return _s2c_gplv; }
set { _s2c_gplv = 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=@"AnimaGongFaInfo")]
public partial class AnimaGongFaInfo : global::ProtoBuf.IExtensible
{
public AnimaGongFaInfo() {}
private int _s2c_index;
///
/// 功法槽位
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_index
{
get { return _s2c_index; }
set { _s2c_index = value; }
}
private int _s2c_gid = default(int);
///
/// 功法id
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_gid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_gid
{
get { return _s2c_gid; }
set { _s2c_gid = value; }
}
private int _s2c_glv = default(int);
///
/// 功法等级
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_glv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_glv
{
get { return _s2c_glv; }
set { _s2c_glv = value; }
}
private readonly global::System.Collections.Generic.List _s2c_info_array = new global::System.Collections.Generic.List();
///
/// 功法组每一页信息
///
[global::ProtoBuf.ProtoMember(4, Name=@"s2c_info_array", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_info_array
{
get { return _s2c_info_array; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----627:功法信息 响应:AnimaGongFaInfoResponse
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaGongFaInfoRequest")]
public partial class AnimaGongFaInfoRequest : global::ProtoBuf.IExtensible
{
public AnimaGongFaInfoRequest() {}
private int _index = default(int);
///
/// 请求哪个功法组(金木水火土 12345)
///
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
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=@"AnimaGongFaInfoResponse")]
public partial class AnimaGongFaInfoResponse : global::ProtoBuf.IExtensible
{
public AnimaGongFaInfoResponse() {}
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_info_array = new global::System.Collections.Generic.List();
///
/// 功法组每一页信息
///
[global::ProtoBuf.ProtoMember(3, Name=@"s2c_info_array", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_info_array
{
get { return _s2c_info_array; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----628:功法学习 响应:AnimaGongFaStudyResponse
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaGongFaStudyRequest")]
public partial class AnimaGongFaStudyRequest : global::ProtoBuf.IExtensible
{
public AnimaGongFaStudyRequest() {}
private int _gong_index;
///
/// 要学习的槽位
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"gong_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int gong_index
{
get { return _gong_index; }
set { _gong_index = value; }
}
private int _bag_pos;
///
/// 背包格子索引
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"bag_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int bag_pos
{
get { return _bag_pos; }
set { _bag_pos = 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=@"AnimaGongFaStudyResponse")]
public partial class AnimaGongFaStudyResponse : global::ProtoBuf.IExtensible
{
public AnimaGongFaStudyResponse() {}
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_index = default(int);
///
/// 学习的槽位
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_index
{
get { return _s2c_index; }
set { _s2c_index = value; }
}
private string _s2c_gpid = "";
///
/// 学习的功法页id
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_gpid", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_gpid
{
get { return _s2c_gpid; }
set { _s2c_gpid = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 请求----629:功法升级合成 响应:
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AnimaGongFaUpgradeRequest")]
public partial class AnimaGongFaUpgradeRequest : global::ProtoBuf.IExtensible
{
public AnimaGongFaUpgradeRequest() {}
private string _gpid;
///
/// 要合成提升得功法页id
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"gpid", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string gpid
{
get { return _gpid; }
set { _gpid = 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=@"AnimaGongFaUpgradeResponse")]
public partial class AnimaGongFaUpgradeResponse : global::ProtoBuf.IExtensible
{
public AnimaGongFaUpgradeResponse() {}
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_index = default(int);
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_index
{
get { return _s2c_index; }
set { _s2c_index = value; }
}
private int _s2c_g_lv = default(int);
///
/// 功法整体套装等级有变化
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_g_lv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_g_lv
{
get { return _s2c_g_lv; }
set { _s2c_g_lv = value; }
}
private string _s2c_gpid = "";
///
/// 学习的功法页id
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_gpid", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_gpid
{
get { return _s2c_gpid; }
set { _s2c_gpid = value; }
}
private int _s2c_gp_lv = default(int);
///
/// 功法页等级有变化
///
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"s2c_gp_lv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_gp_lv
{
get { return _s2c_gp_lv; }
set { _s2c_gp_lv = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
}