//------------------------------------------------------------------------------
//
// 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-26
// * 用途= 活动处理器
// ***************************************************************************/
// Generated from: activityHandler.proto
// Note: requires additional types generated from: common.proto
// Note: requires additional types generated from: item.proto
namespace pomelo.area
{
//---------------------------------------------------------------------------------------
///
/// 活动列表
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ActivityLs")]
public partial class ActivityLs : global::ProtoBuf.IExtensible
{
public ActivityLs() {}
private int _id;
///
/// 活动id
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
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=@"ActivityListInfo")]
public partial class ActivityListInfo : global::ProtoBuf.IExtensible
{
public ActivityListInfo() {}
private int _activityId;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"activityId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int activityId
{
get { return _activityId; }
set { _activityId = value; }
}
private int _hudNum;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"hudNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int hudNum
{
get { return _hudNum; }
set { _hudNum = 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=@"InterestActivityAdRequest")]
public partial class InterestActivityAdRequest : global::ProtoBuf.IExtensible
{
public InterestActivityAdRequest() {}
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=@"InterestActivityAdResponse")]
public partial class InterestActivityAdResponse : global::ProtoBuf.IExtensible
{
public InterestActivityAdResponse() {}
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_activityList = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(3, Name=@"s2c_activityList", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_activityList
{
get { return _s2c_activityList; }
}
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=@"ActivityInviteCodeRequest")]
public partial class ActivityInviteCodeRequest : global::ProtoBuf.IExtensible
{
public ActivityInviteCodeRequest() {}
private string _c2s_inviteCode;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_inviteCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string c2s_inviteCode
{
get { return _c2s_inviteCode; }
set { _c2s_inviteCode = 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=@"ActivityInviteCodeResponse")]
public partial class ActivityInviteCodeResponse : global::ProtoBuf.IExtensible
{
public ActivityInviteCodeResponse() {}
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=@"PayFirstRequest")]
public partial class PayFirstRequest : global::ProtoBuf.IExtensible
{
public PayFirstRequest() {}
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=@"PayFirstResponse")]
public partial class PayFirstResponse : global::ProtoBuf.IExtensible
{
public PayFirstResponse() {}
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_awardItems = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(3, Name=@"s2c_awardItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_awardItems
{
get { return _s2c_awardItems; }
}
private int _s2c_state;
///
/// 0:不可领取,1:可领取,2:已领取
///
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"s2c_state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_state
{
get { return _s2c_state; }
set { _s2c_state = value; }
}
private int _s2c_awardId;
///
/// 奖励id
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"s2c_awardId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_awardId
{
get { return _s2c_awardId; }
set { _s2c_awardId = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PaySecondRequest")]
public partial class PaySecondRequest : global::ProtoBuf.IExtensible
{
public PaySecondRequest() {}
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=@"PaySecondResponse")]
public partial class PaySecondResponse : global::ProtoBuf.IExtensible
{
public PaySecondResponse() {}
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_awardItems = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(3, Name=@"s2c_awardItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_awardItems
{
get { return _s2c_awardItems; }
}
private int _s2c_state;
///
/// 0:不可领取,1:可领取,2:已领取
///
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"s2c_state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_state
{
get { return _s2c_state; }
set { _s2c_state = value; }
}
private int _s2c_awardId;
///
/// 奖励id
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"s2c_awardId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_awardId
{
get { return _s2c_awardId; }
set { _s2c_awardId = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"awardPreview")]
public partial class awardPreview : global::ProtoBuf.IExtensible
{
public awardPreview() {}
private int _currNum;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"currNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int currNum
{
get { return _currNum; }
set { _currNum = value; }
}
private int _needNum;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"needNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int needNum
{
get { return _needNum; }
set { _needNum = value; }
}
private readonly global::System.Collections.Generic.List _awardItems = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(3, Name=@"awardItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List awardItems
{
get { return _awardItems; }
}
private int _state;
///
/// 0:不可领取,1:可领取,2:已领取
///
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int state
{
get { return _state; }
set { _state = value; }
}
private int _awardId;
///
/// 奖励id
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"awardId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int awardId
{
get { return _awardId; }
set { _awardId = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"totalInfo")]
public partial class totalInfo : global::ProtoBuf.IExtensible
{
public totalInfo() {}
private string _beginTime;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"beginTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string beginTime
{
get { return _beginTime; }
set { _beginTime = value; }
}
private string _endTime;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string endTime
{
get { return _endTime; }
set { _endTime = value; }
}
private string _describe;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"describe", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string describe
{
get { return _describe; }
set { _describe = value; }
}
private readonly global::System.Collections.Generic.List _awards = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(4, Name=@"awards", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List awards
{
get { return _awards; }
}
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=@"awardState")]
public partial class awardState : global::ProtoBuf.IExtensible
{
public awardState() {}
private int _state;
///
/// 0:不可领取,1:可领取,2:已领取
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int state
{
get { return _state; }
set { _state = value; }
}
private int _awardId;
///
/// 奖励id
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"awardId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int awardId
{
get { return _awardId; }
set { _awardId = value; }
}
private int _needValue;
///
/// 需要的等级或者战力
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"needValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int needValue
{
get { return _needValue; }
set { _needValue = value; }
}
private readonly global::System.Collections.Generic.List _awardItems = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(4, Name=@"awardItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List awardItems
{
get { return _awardItems; }
}
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=@"awardSevenDay")]
public partial class awardSevenDay : global::ProtoBuf.IExtensible
{
public awardSevenDay() {}
private int _state;
///
/// 0:不可领取,1:可领取,2:已领取
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int state
{
get { return _state; }
set { _state = value; }
}
private int _awardId;
///
/// 奖励id
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"awardId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int awardId
{
get { return _awardId; }
set { _awardId = value; }
}
private int _currNum;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"currNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int currNum
{
get { return _currNum; }
set { _currNum = value; }
}
private int _needNum;
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"needNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int needNum
{
get { return _needNum; }
set { _needNum = value; }
}
private string _condition;
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"condition", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string condition
{
get { return _condition; }
set { _condition = value; }
}
private int _conValue;
[global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"conValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int conValue
{
get { return _conValue; }
set { _conValue = value; }
}
private readonly global::System.Collections.Generic.List _awardItems = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(7, Name=@"awardItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List awardItems
{
get { return _awardItems; }
}
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=@"openFundsAward")]
public partial class openFundsAward : global::ProtoBuf.IExtensible
{
public openFundsAward() {}
private pomelo.area.awardState _award;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"award", DataFormat = global::ProtoBuf.DataFormat.Default)]
public pomelo.area.awardState award
{
get { return _award; }
set { _award = value; }
}
private int _type = default(int);
///
/// 1 : 开发基金 2:全民福利
///
[global::ProtoBuf.ProtoMember(2, 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 _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 _diamond = default(int);
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"diamond", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int diamond
{
get { return _diamond; }
set { _diamond = 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=@"PayTotalRequest")]
public partial class PayTotalRequest : global::ProtoBuf.IExtensible
{
public PayTotalRequest() {}
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=@"PayTotalResponse")]
public partial class PayTotalResponse : global::ProtoBuf.IExtensible
{
public PayTotalResponse() {}
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.totalInfo _s2c_data;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
public pomelo.area.totalInfo 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=@"ConsumeTotalRequest")]
public partial class ConsumeTotalRequest : global::ProtoBuf.IExtensible
{
public ConsumeTotalRequest() {}
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=@"ConsumeTotalResponse")]
public partial class ConsumeTotalResponse : global::ProtoBuf.IExtensible
{
public ConsumeTotalResponse() {}
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.totalInfo _s2c_data;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
public pomelo.area.totalInfo 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=@"ActivityAwardRequest")]
public partial class ActivityAwardRequest : global::ProtoBuf.IExtensible
{
public ActivityAwardRequest() {}
private int _s2c_awardId;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_awardId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_awardId
{
get { return _s2c_awardId; }
set { _s2c_awardId = value; }
}
private int _s2c_activityId;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_activityId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_activityId
{
get { return _s2c_activityId; }
set { _s2c_activityId = 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=@"ActivityAwardResponse")]
public partial class ActivityAwardResponse : global::ProtoBuf.IExtensible
{
public ActivityAwardResponse() {}
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.ActivityListInfo _s2c_activityHud = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_activityHud", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.ActivityListInfo s2c_activityHud
{
get { return _s2c_activityHud; }
set { _s2c_activityHud = 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=@"ActivityNoticeReq")]
public partial class ActivityNoticeReq : global::ProtoBuf.IExtensible
{
public ActivityNoticeReq() {}
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=@"ActivityNoticeRes")]
public partial class ActivityNoticeRes : global::ProtoBuf.IExtensible
{
public ActivityNoticeRes() {}
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_context = "";
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_context", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_context
{
get { return _s2c_context; }
set { _s2c_context = 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=@"ActivityLevelOrSwordRequest")]
public partial class ActivityLevelOrSwordRequest : global::ProtoBuf.IExtensible
{
public ActivityLevelOrSwordRequest() {}
private int _c2s_activityId;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_activityId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int c2s_activityId
{
get { return _c2s_activityId; }
set { _c2s_activityId = 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=@"ActivityLevelOrSwordResponse")]
public partial class ActivityLevelOrSwordResponse : global::ProtoBuf.IExtensible
{
public ActivityLevelOrSwordResponse() {}
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_beginTime = "";
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_beginTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_beginTime
{
get { return _s2c_beginTime; }
set { _s2c_beginTime = value; }
}
private string _s2c_endTime = "";
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_endTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_endTime
{
get { return _s2c_endTime; }
set { _s2c_endTime = value; }
}
private string _s2c_content = "";
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_content", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_content
{
get { return _s2c_content; }
set { _s2c_content = value; }
}
private readonly global::System.Collections.Generic.List _s2c_data = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(6, 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=@"ActivityBuyFundsReq")]
public partial class ActivityBuyFundsReq : global::ProtoBuf.IExtensible
{
public ActivityBuyFundsReq() {}
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=@"ActivityBuyFundsRes")]
public partial class ActivityBuyFundsRes : global::ProtoBuf.IExtensible
{
public ActivityBuyFundsRes() {}
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=@"ActivityOpenFundsReq")]
public partial class ActivityOpenFundsReq : global::ProtoBuf.IExtensible
{
public ActivityOpenFundsReq() {}
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=@"ActivityOpenFundsRes")]
public partial class ActivityOpenFundsRes : global::ProtoBuf.IExtensible
{
public ActivityOpenFundsRes() {}
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_hasBuyNum;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_hasBuyNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_hasBuyNum
{
get { return _s2c_hasBuyNum; }
set { _s2c_hasBuyNum = value; }
}
private int _s2c_needDiamond;
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"s2c_needDiamond", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_needDiamond
{
get { return _s2c_needDiamond; }
set { _s2c_needDiamond = value; }
}
private int _s2c_needVipLevel;
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"s2c_needVipLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_needVipLevel
{
get { return _s2c_needVipLevel; }
set { _s2c_needVipLevel = value; }
}
private int _s2c_buyState;
///
/// 购买状态 1:没有购买,2:已购买
///
[global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"s2c_buyState", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_buyState
{
get { return _s2c_buyState; }
set { _s2c_buyState = value; }
}
private readonly global::System.Collections.Generic.List _s2c_data = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(7, 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=@"ActivityLuckyAwardViewRequest")]
public partial class ActivityLuckyAwardViewRequest : global::ProtoBuf.IExtensible
{
public ActivityLuckyAwardViewRequest() {}
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=@"awardInfo")]
public partial class awardInfo : global::ProtoBuf.IExtensible
{
public awardInfo() {}
private int _pos;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int pos
{
get { return _pos; }
set { _pos = value; }
}
private pomelo.item.MiniItem _itemInfo;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"itemInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public pomelo.item.MiniItem itemInfo
{
get { return _itemInfo; }
set { _itemInfo = 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=@"ActivityLuckyAwardViewResponse")]
public partial class ActivityLuckyAwardViewResponse : global::ProtoBuf.IExtensible
{
public ActivityLuckyAwardViewResponse() {}
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_leftRefreshTime;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_leftRefreshTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_leftRefreshTime
{
get { return _s2c_leftRefreshTime; }
set { _s2c_leftRefreshTime = value; }
}
private readonly global::System.Collections.Generic.List _s2c_awards = new global::System.Collections.Generic.List();
///
/// 总奖励预览
///
[global::ProtoBuf.ProtoMember(4, Name=@"s2c_awards", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_awards
{
get { return _s2c_awards; }
}
private readonly global::System.Collections.Generic.List _s2c_recommendAwards = new global::System.Collections.Generic.List();
///
/// 推荐道具
///
[global::ProtoBuf.ProtoMember(5, Name=@"s2c_recommendAwards", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_recommendAwards
{
get { return _s2c_recommendAwards; }
}
private readonly global::System.Collections.Generic.List _s2c_drawedAwards = new global::System.Collections.Generic.List();
///
/// 已开启奖励道具
///
[global::ProtoBuf.ProtoMember(6, Name=@"s2c_drawedAwards", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_drawedAwards
{
get { return _s2c_drawedAwards; }
}
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=@"LuckyAwardViewRequest")]
public partial class LuckyAwardViewRequest : global::ProtoBuf.IExtensible
{
public LuckyAwardViewRequest() {}
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=@"LuckyAwardViewResponse")]
public partial class LuckyAwardViewResponse : global::ProtoBuf.IExtensible
{
public LuckyAwardViewResponse() {}
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=@"ReSetluckyAwardRequest")]
public partial class ReSetluckyAwardRequest : global::ProtoBuf.IExtensible
{
public ReSetluckyAwardRequest() {}
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=@"ReSetluckyAwardResponse")]
public partial class ReSetluckyAwardResponse : global::ProtoBuf.IExtensible
{
public ReSetluckyAwardResponse() {}
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_awards = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(3, Name=@"s2c_awards", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_awards
{
get { return _s2c_awards; }
}
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=@"OpenSevenDayRequest")]
public partial class OpenSevenDayRequest : global::ProtoBuf.IExtensible
{
public OpenSevenDayRequest() {}
private int _c2s_day;
///
/// 取哪一日数据
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_day", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int c2s_day
{
get { return _c2s_day; }
set { _c2s_day = 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=@"OpenSevenDayResponse")]
public partial class OpenSevenDayResponse : global::ProtoBuf.IExtensible
{
public OpenSevenDayResponse() {}
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_curDay = default(int);
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_curDay", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_curDay
{
get { return _s2c_curDay; }
set { _s2c_curDay = value; }
}
private string _s2c_beginTime = "";
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_beginTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_beginTime
{
get { return _s2c_beginTime; }
set { _s2c_beginTime = value; }
}
private string _s2c_endTime = "";
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_endTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_endTime
{
get { return _s2c_endTime; }
set { _s2c_endTime = value; }
}
private string _s2c_content = "";
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"s2c_content", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_content
{
get { return _s2c_content; }
set { _s2c_content = value; }
}
private readonly global::System.Collections.Generic.List _s2c_awardInfo = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(7, Name=@"s2c_awardInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_awardInfo
{
get { return _s2c_awardInfo; }
}
private readonly global::System.Collections.Generic.List _s2c_hudDays = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(8, Name=@"s2c_hudDays", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public global::System.Collections.Generic.List s2c_hudDays
{
get { return _s2c_hudDays; }
}
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=@"changeItem")]
public partial class changeItem : global::ProtoBuf.IExtensible
{
public changeItem() {}
private string _itemCode;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string itemCode
{
get { return _itemCode; }
set { _itemCode = value; }
}
private int _itemNum;
///
/// 策划配的数量
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"itemNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int itemNum
{
get { return _itemNum; }
set { _itemNum = value; }
}
private int _isBind = default(int);
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"isBind", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int isBind
{
get { return _isBind; }
set { _isBind = 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=@"changeInfo")]
public partial class changeInfo : global::ProtoBuf.IExtensible
{
public changeInfo() {}
private int _changeId;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"changeId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int changeId
{
get { return _changeId; }
set { _changeId = value; }
}
private readonly global::System.Collections.Generic.List _costItem = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(2, Name=@"costItem", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List costItem
{
get { return _costItem; }
}
private readonly global::System.Collections.Generic.List _rewardItem = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(3, Name=@"rewardItem", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List rewardItem
{
get { return _rewardItem; }
}
private int _changeSate;
///
/// 0 条件不足不可兑换 1 可以兑换 2 已达上限不可兑换
///
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"changeSate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int changeSate
{
get { return _changeSate; }
set { _changeSate = value; }
}
private int _changeNum;
///
/// 已经兑换过的次数
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"changeNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int changeNum
{
get { return _changeNum; }
set { _changeNum = value; }
}
private int _changeMax = default(int);
///
/// 0 没有限制 正数表示最大次数
///
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"changeMax", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int changeMax
{
get { return _changeMax; }
set { _changeMax = 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=@"OpenChangeRequest")]
public partial class OpenChangeRequest : global::ProtoBuf.IExtensible
{
public OpenChangeRequest() {}
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=@"OpenChangeResponse")]
public partial class OpenChangeResponse : global::ProtoBuf.IExtensible
{
public OpenChangeResponse() {}
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_beginTime = "";
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_beginTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_beginTime
{
get { return _s2c_beginTime; }
set { _s2c_beginTime = value; }
}
private string _s2c_endTime = "";
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_endTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_endTime
{
get { return _s2c_endTime; }
set { _s2c_endTime = value; }
}
private string _s2c_content = "";
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_content", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string s2c_content
{
get { return _s2c_content; }
set { _s2c_content = value; }
}
private readonly global::System.Collections.Generic.List _s2c_changeInfo = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(6, Name=@"s2c_changeInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_changeInfo
{
get { return _s2c_changeInfo; }
}
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=@"ActivityLsRequest")]
public partial class ActivityLsRequest : global::ProtoBuf.IExtensible
{
public ActivityLsRequest() {}
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=@"ActivityLsResponse")]
public partial class ActivityLsResponse : global::ProtoBuf.IExtensible
{
public ActivityLsResponse() {}
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_welfareLs = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(3, Name=@"s2c_welfareLs", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_welfareLs
{
get { return _s2c_welfareLs; }
}
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=@"ActivityDrawInfoRequest")]
public partial class ActivityDrawInfoRequest : global::ProtoBuf.IExtensible
{
public ActivityDrawInfoRequest() {}
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=@"DrawScoreReward")]
public partial class DrawScoreReward : global::ProtoBuf.IExtensible
{
public DrawScoreReward() {}
private int _score;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int score
{
get { return _score; }
set { _score = value; }
}
private int _status;
///
/// 0-不可领取1-可领取2已领取
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int status
{
get { return _status; }
set { _status = value; }
}
private readonly global::System.Collections.Generic.List _items = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(3, 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=@"ActivityDrawInfoResponse")]
public partial class ActivityDrawInfoResponse : global::ProtoBuf.IExtensible
{
public ActivityDrawInfoResponse() {}
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 _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 _freeCount;
///
/// 免费次数
///
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"freeCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int freeCount
{
get { return _freeCount; }
set { _freeCount = value; }
}
private int _singlePrice;
///
/// 单抽价格
///
[global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"singlePrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int singlePrice
{
get { return _singlePrice; }
set { _singlePrice = value; }
}
private int _tenPrice;
///
/// 十连价格
///
[global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"tenPrice", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int tenPrice
{
get { return _tenPrice; }
set { _tenPrice = value; }
}
private string _beginTime = "";
[global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"beginTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string beginTime
{
get { return _beginTime; }
set { _beginTime = value; }
}
private string _endTime = "";
[global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string endTime
{
get { return _endTime; }
set { _endTime = value; }
}
private readonly global::System.Collections.Generic.List _scoreReward = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(9, Name=@"scoreReward", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List scoreReward
{
get { return _scoreReward; }
}
private readonly global::System.Collections.Generic.List _drawItems = new global::System.Collections.Generic.List();
///
/// 抽奖物品
///
[global::ProtoBuf.ProtoMember(10, Name=@"drawItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List drawItems
{
get { return _drawItems; }
}
private readonly global::System.Collections.Generic.List _showItems = new global::System.Collections.Generic.List();
///
/// 展示物品
///
[global::ProtoBuf.ProtoMember(11, Name=@"showItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List showItems
{
get { return _showItems; }
}
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=@"DrawInfo")]
public partial class DrawInfo : global::ProtoBuf.IExtensible
{
public DrawInfo() {}
private string _date;
///
/// 日期
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"date", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string date
{
get { return _date; }
set { _date = value; }
}
private readonly global::System.Collections.Generic.List _message = new global::System.Collections.Generic.List();
///
/// 内容
///
[global::ProtoBuf.ProtoMember(2, Name=@"message", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List message
{
get { return _message; }
}
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=@"DrawInfoRequest")]
public partial class DrawInfoRequest : global::ProtoBuf.IExtensible
{
public DrawInfoRequest() {}
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=@"DrawInfoResponse")]
public partial class DrawInfoResponse : global::ProtoBuf.IExtensible
{
public DrawInfoResponse() {}
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 _allDrawInfo = new global::System.Collections.Generic.List();
///
/// 全服抽奖信息
///
[global::ProtoBuf.ProtoMember(3, Name=@"allDrawInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List allDrawInfo
{
get { return _allDrawInfo; }
}
private readonly global::System.Collections.Generic.List _myDrawInfo = new global::System.Collections.Generic.List();
///
/// 我的抽奖信息
///
[global::ProtoBuf.ProtoMember(4, Name=@"myDrawInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List myDrawInfo
{
get { return _myDrawInfo; }
}
private int _isLow = default(int);
///
/// 是否低调行事
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"isLow", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int isLow
{
get { return _isLow; }
set { _isLow = 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=@"DrawRankInfo")]
public partial class DrawRankInfo : global::ProtoBuf.IExtensible
{
public DrawRankInfo() {}
private string _playerName;
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
public string playerName
{
get { return _playerName; }
set { _playerName = value; }
}
private int _playerPro;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"playerPro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int playerPro
{
get { return _playerPro; }
set { _playerPro = value; }
}
private int _playerLevel;
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"playerLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int playerLevel
{
get { return _playerLevel; }
set { _playerLevel = value; }
}
private int _score;
[global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int score
{
get { return _score; }
set { _score = value; }
}
private readonly global::System.Collections.Generic.List _myItems = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(5, Name=@"myItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List myItems
{
get { return _myItems; }
}
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=@"DrawRankRequest")]
public partial class DrawRankRequest : global::ProtoBuf.IExtensible
{
public DrawRankRequest() {}
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=@"DrawRankResponse")]
public partial class DrawRankResponse : global::ProtoBuf.IExtensible
{
public DrawRankResponse() {}
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 _myRank = default(int);
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"myRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int myRank
{
get { return _myRank; }
set { _myRank = value; }
}
private int _myScore = default(int);
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"myScore", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int myScore
{
get { return _myScore; }
set { _myScore = value; }
}
private readonly global::System.Collections.Generic.List _myItems = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(5, Name=@"myItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List myItems
{
get { return _myItems; }
}
private readonly global::System.Collections.Generic.List _rankInfo = new global::System.Collections.Generic.List();
///
/// 排行榜
///
[global::ProtoBuf.ProtoMember(6, Name=@"rankInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List rankInfo
{
get { return _rankInfo; }
}
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=@"DrawSetLowRequest")]
public partial class DrawSetLowRequest : global::ProtoBuf.IExtensible
{
public DrawSetLowRequest() {}
private int _isLow;
///
/// 0-取消低调,1勾选低调
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"isLow", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int isLow
{
get { return _isLow; }
set { _isLow = 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=@"DrawSetLowResponse")]
public partial class DrawSetLowResponse : global::ProtoBuf.IExtensible
{
public DrawSetLowResponse() {}
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=@"DrawAwardRequest")]
public partial class DrawAwardRequest : global::ProtoBuf.IExtensible
{
public DrawAwardRequest() {}
private int _type;
///
/// 0-免费抽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 _useItem;
///
/// 是否使用仙缘令牌0-不是1-是
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"useItem", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int useItem
{
get { return _useItem; }
set { _useItem = 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=@"DrawAwardResponse")]
public partial class DrawAwardResponse : global::ProtoBuf.IExtensible
{
public DrawAwardResponse() {}
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 _awards = new global::System.Collections.Generic.List();
///
/// 抽中物品
///
[global::ProtoBuf.ProtoMember(3, Name=@"awards", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List awards
{
get { return _awards; }
}
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=@"BestSellerInfo")]
public partial class BestSellerInfo : global::ProtoBuf.IExtensible
{
public BestSellerInfo() {}
private int _bestSellerId;
///
/// 热销活动id
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"bestSellerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int bestSellerId
{
get { return _bestSellerId; }
set { _bestSellerId = value; }
}
private int _startTime;
///
/// 热销活动开始时间(时间戳格式)
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"startTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int startTime
{
get { return _startTime; }
set { _startTime = value; }
}
private int _endTime;
///
/// 热销活动结束时间(时间戳格式)
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int endTime
{
get { return _endTime; }
set { _endTime = 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=@"BestSellerListRequest")]
public partial class BestSellerListRequest : global::ProtoBuf.IExtensible
{
public BestSellerListRequest() {}
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=@"BestSellerListResponse")]
public partial class BestSellerListResponse : global::ProtoBuf.IExtensible
{
public BestSellerListResponse() {}
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 _bestSellerInfo = new global::System.Collections.Generic.List();
///
/// 热销珍品信息
///
[global::ProtoBuf.ProtoMember(3, Name=@"bestSellerInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List bestSellerInfo
{
get { return _bestSellerInfo; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
}