//------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
// **************************************************************************
// 作者= jjr
// 创建时间 = 2017-04-27
// 用途= 公会祈福处理器
// *************************************************************************
// Generated from: guildBlessHandler.proto
// Note: requires additional types generated from: item.proto
// Note: requires additional types generated from: common.proto
namespace pomelo.area
{
//---------------------------------------------------------------------------------------
///
/// 祈福道具
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BlessItem")]
public partial class BlessItem : global::ProtoBuf.IExtensible
{
public BlessItem() {}
private readonly global::System.Collections.Generic.List _item = new global::System.Collections.Generic.List();
///
/// 祈福获得道具
///
[global::ProtoBuf.ProtoMember(1, Name=@"item", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List item
{
get { return _item; }
}
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=@"GetMyBlessInfoRequest")]
public partial class GetMyBlessInfoRequest : global::ProtoBuf.IExtensible
{
public GetMyBlessInfoRequest() {}
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=@"BlessActionRequest")]
public partial class BlessActionRequest : global::ProtoBuf.IExtensible
{
public BlessActionRequest() {}
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 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=@"ReceiveBlessGiftRequest")]
public partial class ReceiveBlessGiftRequest : global::ProtoBuf.IExtensible
{
public ReceiveBlessGiftRequest() {}
private int _index;
///
/// 0 : 30% 1:60% 2:100%
///
[global::ProtoBuf.ProtoMember(1, 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=@"UpgradeBlessRequest")]
public partial class UpgradeBlessRequest : global::ProtoBuf.IExtensible
{
public UpgradeBlessRequest() {}
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=@"MyBlessInfo")]
public partial class MyBlessInfo : global::ProtoBuf.IExtensible
{
public MyBlessInfo() {}
private int _blessCount = default(int);
///
/// 今日已祈福次数
///
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"blessCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int blessCount
{
get { return _blessCount; }
set { _blessCount = value; }
}
private readonly global::System.Collections.Generic.List _blessAttrs = new global::System.Collections.Generic.List();
///
/// 加成属性
///
[global::ProtoBuf.ProtoMember(2, Name=@"blessAttrs", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List blessAttrs
{
get { return _blessAttrs; }
}
private int _buffTime = default(int);
///
/// 祈福有效时间
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"buffTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int buffTime
{
get { return _buffTime; }
set { _buffTime = value; }
}
private readonly global::System.Collections.Generic.List _receiveState = new global::System.Collections.Generic.List();
///
/// 领取状态 0:未领取 2:已领取
///
[global::ProtoBuf.ProtoMember(4, Name=@"receiveState", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public global::System.Collections.Generic.List receiveState
{
get { return _receiveState; }
}
private readonly global::System.Collections.Generic.List _itemList = new global::System.Collections.Generic.List();
///
/// 祈福获得道具
///
[global::ProtoBuf.ProtoMember(5, Name=@"itemList", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List itemList
{
get { return _itemList; }
}
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=@"GetMyBlessInfoResponse")]
public partial class GetMyBlessInfoResponse : global::ProtoBuf.IExtensible
{
public GetMyBlessInfoResponse() {}
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.area.MyBlessInfo _s2c_blessInfo = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_blessInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.MyBlessInfo s2c_blessInfo
{
get { return _s2c_blessInfo; }
set { _s2c_blessInfo = 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=@"BlessResult")]
public partial class BlessResult : global::ProtoBuf.IExtensible
{
public BlessResult() {}
private int _blessCount = default(int);
///
/// 今日祈福次数
///
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"blessCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int blessCount
{
get { return _blessCount; }
set { _blessCount = value; }
}
private int _blessValue = default(int);
///
/// 当前祈福值(总进度)
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"blessValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int blessValue
{
get { return _blessValue; }
set { _blessValue = value; }
}
private int _id = default(int);
///
/// 祈福道具id
///
[global::ProtoBuf.ProtoMember(3, 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 _finishNum = default(int);
///
/// 道具进度
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"finishNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int finishNum
{
get { return _finishNum; }
set { _finishNum = value; }
}
private readonly global::System.Collections.Generic.List _finishState = new global::System.Collections.Generic.List();
///
/// 总完成状态 0:未完成 1:已完成
///
[global::ProtoBuf.ProtoMember(5, Name=@"finishState", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public global::System.Collections.Generic.List finishState
{
get { return _finishState; }
}
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=@"BlessActionResponse")]
public partial class BlessActionResponse : global::ProtoBuf.IExtensible
{
public BlessActionResponse() {}
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.area.BlessResult _s2c_result = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_result", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.BlessResult s2c_result
{
get { return _s2c_result; }
set { _s2c_result = 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=@"ReceiveResult")]
public partial class ReceiveResult : global::ProtoBuf.IExtensible
{
public ReceiveResult() {}
private int _receiveState = default(int);
///
/// 状态0:未领取 2:已领取
///
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"receiveState", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int receiveState
{
get { return _receiveState; }
set { _receiveState = 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=@"ReceiveBlessGiftResponse")]
public partial class ReceiveBlessGiftResponse : global::ProtoBuf.IExtensible
{
public ReceiveBlessGiftResponse() {}
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.area.ReceiveResult _s2c_result = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_result", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.ReceiveResult s2c_result
{
get { return _s2c_result; }
set { _s2c_result = 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=@"UpgradeBlessResponse")]
public partial class UpgradeBlessResponse : global::ProtoBuf.IExtensible
{
public UpgradeBlessResponse() {}
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_level = default(int);
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_level
{
get { return _s2c_level; }
set { _s2c_level = value; }
}
private int _s2c_fund = default(int);
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_fund", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_fund
{
get { return _s2c_fund; }
set { _s2c_fund = 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=@"BlessRefreshPush")]
public partial class BlessRefreshPush : global::ProtoBuf.IExtensible
{
public BlessRefreshPush() {}
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 _type = default(int);
///
/// 1:状态(附带进度) 2:0点道具刷新(需重新请求)
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int type
{
get { return _type; }
set { _type = value; }
}
private int _blessValue = default(int);
///
/// 总进度值
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"blessValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int blessValue
{
get { return _blessValue; }
set { _blessValue = value; }
}
private readonly global::System.Collections.Generic.List _finishState = new global::System.Collections.Generic.List();
///
/// 0:未完成 1:已完成
///
[global::ProtoBuf.ProtoMember(5, Name=@"finishState", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public global::System.Collections.Generic.List finishState
{
get { return _finishState; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
}