//------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
// Generated from: weekendStarDungeonHandler.proto
// Note: requires additional types generated from: common.proto
namespace pomelo.area
{
//---------------------------------------------------------------------------------------
///
/// 604 1302-1305
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarApplyInfo")]
public partial class WeekendStarApplyInfo : global::ProtoBuf.IExtensible
{
public WeekendStarApplyInfo() {}
private int _s2c_sec = default(int);
///
/// 离报名结束多少秒
///
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"s2c_sec", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_sec
{
get { return _s2c_sec; }
set { _s2c_sec = value; }
}
private int _s2c_common_id = default(int);
///
/// 普通id
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_common_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_common_id
{
get { return _s2c_common_id; }
set { _s2c_common_id = value; }
}
private int _s2c_common_enterNum = default(int);
///
/// 普通进入副本人数
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_common_enterNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_common_enterNum
{
get { return _s2c_common_enterNum; }
set { _s2c_common_enterNum = value; }
}
private int _s2c_elite_id = default(int);
///
/// 精英id
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_elite_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_elite_id
{
get { return _s2c_elite_id; }
set { _s2c_elite_id = value; }
}
private int _s2c_elite_enterNum = default(int);
///
/// 精英进入副本人数
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_elite_enterNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int s2c_elite_enterNum
{
get { return _s2c_elite_enterNum; }
set { _s2c_elite_enterNum = value; }
}
private bool _s2c_is_commom_suc = default(bool);
///
/// 普通是否通关
///
[global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"s2c_is_commom_suc", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(default(bool))]
public bool s2c_is_commom_suc
{
get { return _s2c_is_commom_suc; }
set { _s2c_is_commom_suc = value; }
}
private bool _s2c_can_apply = default(bool);
///
/// 报名入口是否开启
///
[global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"s2c_can_apply", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(default(bool))]
public bool s2c_can_apply
{
get { return _s2c_can_apply; }
set { _s2c_can_apply = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// boss击杀奖励信息
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarBossRewardInfo")]
public partial class WeekendStarBossRewardInfo : global::ProtoBuf.IExtensible
{
public WeekendStarBossRewardInfo() {}
private int _s2c_id;
///
/// 第几关
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_id
{
get { return _s2c_id; }
set { _s2c_id = value; }
}
private bool _s2c_isKill;
///
/// 是否击杀
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_isKill", DataFormat = global::ProtoBuf.DataFormat.Default)]
public bool s2c_isKill
{
get { return _s2c_isKill; }
set { _s2c_isKill = value; }
}
private bool _s2c_isRecv;
///
/// 是否领取
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_isRecv", DataFormat = global::ProtoBuf.DataFormat.Default)]
public bool s2c_isRecv
{
get { return _s2c_isRecv; }
set { _s2c_isRecv = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 进入副本Npc界面信息;请求----604 WeekendStarDungeonEnterNpcRequest; 响应:WeekendStarDungeonApplyResponse
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarDungeonEnterNpcRequest")]
public partial class WeekendStarDungeonEnterNpcRequest : global::ProtoBuf.IExtensible
{
public WeekendStarDungeonEnterNpcRequest() {}
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=@"WeekendStarDungeonEnterNpcResponse")]
public partial class WeekendStarDungeonEnterNpcResponse : global::ProtoBuf.IExtensible
{
public WeekendStarDungeonEnterNpcResponse() {}
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.WeekendStarApplyInfo _s2c_applyInfo = null;
///
/// 秘境界面信息
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_applyInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.WeekendStarApplyInfo s2c_applyInfo
{
get { return _s2c_applyInfo; }
set { _s2c_applyInfo = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 进入副本Npc领取副本奖励;请求----605 WeekendStarDungeonRecvRequest; 响应:WeekendStarDungeonApplyResponse
///
///
/// ----------------------- 605
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarDungeonRecvRequest")]
public partial class WeekendStarDungeonRecvRequest : global::ProtoBuf.IExtensible
{
public WeekendStarDungeonRecvRequest() {}
private int _s2c_id;
///
/// 领取第几关boss奖励
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_id
{
get { return _s2c_id; }
set { _s2c_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=@"WeekendStarDungeonRecvResponse")]
public partial class WeekendStarDungeonRecvResponse : global::ProtoBuf.IExtensible
{
public WeekendStarDungeonRecvResponse() {}
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.WeekendStarBossRewardInfo _s2c_recvInfo = null;
///
/// boss击杀奖励信息
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_recvInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.WeekendStarBossRewardInfo s2c_recvInfo
{
get { return _s2c_recvInfo; }
set { _s2c_recvInfo = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 进入战场Npc请求操作;请求----606 WeekendStarDungeonSelectTypeResponse; 响应:WeekendStarDungeonSelectTypeResponse
///
///
/// ----------------------- 606
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarDungeonSelectTypeRequest")]
public partial class WeekendStarDungeonSelectTypeRequest : global::ProtoBuf.IExtensible
{
public WeekendStarDungeonSelectTypeRequest() {}
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=@"WeekendStarDungeonSelectTypeResponse")]
public partial class WeekendStarDungeonSelectTypeResponse : global::ProtoBuf.IExtensible
{
public WeekendStarDungeonSelectTypeResponse() {}
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); }
}
//---------------------------------------------------------------------------------------
///
/// 副本奖励列表;请求----607 WeekendStarDungeonRecvListRequest; 响应:WeekendStarDungeonRecvListResponse
///
///
/// ----------------------- 607
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarDungeonRecvListRequest")]
public partial class WeekendStarDungeonRecvListRequest : global::ProtoBuf.IExtensible
{
public WeekendStarDungeonRecvListRequest() {}
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=@"WeekendStarDungeonRecvListResponse")]
public partial class WeekendStarDungeonRecvListResponse : global::ProtoBuf.IExtensible
{
public WeekendStarDungeonRecvListResponse() {}
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_recvList = new global::System.Collections.Generic.List();
///
/// boss击杀奖励信息列表
///
[global::ProtoBuf.ProtoMember(3, Name=@"s2c_recvList", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_recvList
{
get { return _s2c_recvList; }
}
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=@"WeekendStarDungeonSmallBossInfo")]
public partial class WeekendStarDungeonSmallBossInfo : global::ProtoBuf.IExtensible
{
public WeekendStarDungeonSmallBossInfo() {}
private int _s2c_index;
///
/// 顺序id
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_index
{
get { return _s2c_index; }
set { _s2c_index = value; }
}
private int _s2c_small;
///
/// 五行id(金1,木2,水3,火4,土5)
///
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_small", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_small
{
get { return _s2c_small; }
set { _s2c_small = value; }
}
private int _s2c_isDead;
///
/// 是否击杀
///
[global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_isDead", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
public int s2c_isDead
{
get { return _s2c_isDead; }
set { _s2c_isDead = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 1302 ---- 进入副本人数推送
///
///
/// ----------------------- 1302
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OnWeekendStarDungeonEnterNumPush")]
public partial class OnWeekendStarDungeonEnterNumPush : global::ProtoBuf.IExtensible
{
public OnWeekendStarDungeonEnterNumPush() {}
private pomelo.area.WeekendStarApplyInfo _s2c_applyInfo;
///
/// 进入副本人数推送
///
[global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_applyInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public pomelo.area.WeekendStarApplyInfo s2c_applyInfo
{
get { return _s2c_applyInfo; }
set { _s2c_applyInfo = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 1303 ---- 周末星空第一关指定五行顺序
///
///
/// ----------------------- 1303
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OnWeekendStarDungeonBossOrderPush")]
public partial class OnWeekendStarDungeonBossOrderPush : global::ProtoBuf.IExtensible
{
public OnWeekendStarDungeonBossOrderPush() {}
private bool _s2c_isShow = default(bool);
///
/// 是否显示小战场boss存活状态
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_isShow", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(default(bool))]
public bool s2c_isShow
{
get { return _s2c_isShow; }
set { _s2c_isShow = value; }
}
private readonly global::System.Collections.Generic.List _s2c_order = new global::System.Collections.Generic.List();
///
/// 指定五行顺序推送 (金1,木2,水3,火4,土5)
///
[global::ProtoBuf.ProtoMember(1, Name=@"s2c_order", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List s2c_order
{
get { return _s2c_order; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
//---------------------------------------------------------------------------------------
///
/// 1304 ---- 排行变化
///
///
/// ----------------------- 1304
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OnWeekendStarDungeonRankChangePush")]
public partial class OnWeekendStarDungeonRankChangePush : global::ProtoBuf.IExtensible
{
public OnWeekendStarDungeonRankChangePush() {}
private readonly global::System.Collections.Generic.List _otherInfo = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(1, Name=@"otherInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List otherInfo
{
get { return _otherInfo; }
}
private pomelo.BasePlayerRankInfo _myInfo;
[global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"myInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public pomelo.BasePlayerRankInfo myInfo
{
get { return _myInfo; }
set { _myInfo = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
}