_weekendStarDungeonHandler.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. // Generated from: weekendStarDungeonHandler.proto
  10. // Note: requires additional types generated from: common.proto
  11. namespace pomelo.area
  12. {
  13. //---------------------------------------------------------------------------------------
  14. /// <summary>
  15. /// 604 1302-1305
  16. /// </summary>
  17. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarApplyInfo")]
  18. public partial class WeekendStarApplyInfo : global::ProtoBuf.IExtensible
  19. {
  20. public WeekendStarApplyInfo() {}
  21. private int _s2c_sec = default(int);
  22. /// <summary>
  23. /// 离报名结束多少秒
  24. /// </summary>
  25. [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"s2c_sec", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  26. [global::System.ComponentModel.DefaultValue(default(int))]
  27. public int s2c_sec
  28. {
  29. get { return _s2c_sec; }
  30. set { _s2c_sec = value; }
  31. }
  32. private int _s2c_common_id = default(int);
  33. /// <summary>
  34. /// 普通id
  35. /// </summary>
  36. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_common_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  37. [global::System.ComponentModel.DefaultValue(default(int))]
  38. public int s2c_common_id
  39. {
  40. get { return _s2c_common_id; }
  41. set { _s2c_common_id = value; }
  42. }
  43. private int _s2c_common_enterNum = default(int);
  44. /// <summary>
  45. /// 普通进入副本人数
  46. /// </summary>
  47. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_common_enterNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  48. [global::System.ComponentModel.DefaultValue(default(int))]
  49. public int s2c_common_enterNum
  50. {
  51. get { return _s2c_common_enterNum; }
  52. set { _s2c_common_enterNum = value; }
  53. }
  54. private int _s2c_elite_id = default(int);
  55. /// <summary>
  56. /// 精英id
  57. /// </summary>
  58. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_elite_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  59. [global::System.ComponentModel.DefaultValue(default(int))]
  60. public int s2c_elite_id
  61. {
  62. get { return _s2c_elite_id; }
  63. set { _s2c_elite_id = value; }
  64. }
  65. private int _s2c_elite_enterNum = default(int);
  66. /// <summary>
  67. /// 精英进入副本人数
  68. /// </summary>
  69. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_elite_enterNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  70. [global::System.ComponentModel.DefaultValue(default(int))]
  71. public int s2c_elite_enterNum
  72. {
  73. get { return _s2c_elite_enterNum; }
  74. set { _s2c_elite_enterNum = value; }
  75. }
  76. private bool _s2c_is_commom_suc = default(bool);
  77. /// <summary>
  78. /// 普通是否通关
  79. /// </summary>
  80. [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"s2c_is_commom_suc", DataFormat = global::ProtoBuf.DataFormat.Default)]
  81. [global::System.ComponentModel.DefaultValue(default(bool))]
  82. public bool s2c_is_commom_suc
  83. {
  84. get { return _s2c_is_commom_suc; }
  85. set { _s2c_is_commom_suc = value; }
  86. }
  87. private bool _s2c_can_apply = default(bool);
  88. /// <summary>
  89. /// 报名入口是否开启
  90. /// </summary>
  91. [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"s2c_can_apply", DataFormat = global::ProtoBuf.DataFormat.Default)]
  92. [global::System.ComponentModel.DefaultValue(default(bool))]
  93. public bool s2c_can_apply
  94. {
  95. get { return _s2c_can_apply; }
  96. set { _s2c_can_apply = value; }
  97. }
  98. private global::ProtoBuf.IExtension extensionObject;
  99. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  100. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  101. }
  102. //---------------------------------------------------------------------------------------
  103. /// <summary>
  104. /// boss击杀奖励信息
  105. /// </summary>
  106. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarBossRewardInfo")]
  107. public partial class WeekendStarBossRewardInfo : global::ProtoBuf.IExtensible
  108. {
  109. public WeekendStarBossRewardInfo() {}
  110. private int _s2c_id;
  111. /// <summary>
  112. /// 第几关
  113. /// </summary>
  114. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  115. public int s2c_id
  116. {
  117. get { return _s2c_id; }
  118. set { _s2c_id = value; }
  119. }
  120. private bool _s2c_isKill;
  121. /// <summary>
  122. /// 是否击杀
  123. /// </summary>
  124. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_isKill", DataFormat = global::ProtoBuf.DataFormat.Default)]
  125. public bool s2c_isKill
  126. {
  127. get { return _s2c_isKill; }
  128. set { _s2c_isKill = value; }
  129. }
  130. private bool _s2c_isRecv;
  131. /// <summary>
  132. /// 是否领取
  133. /// </summary>
  134. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_isRecv", DataFormat = global::ProtoBuf.DataFormat.Default)]
  135. public bool s2c_isRecv
  136. {
  137. get { return _s2c_isRecv; }
  138. set { _s2c_isRecv = value; }
  139. }
  140. private global::ProtoBuf.IExtension extensionObject;
  141. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  142. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  143. }
  144. //---------------------------------------------------------------------------------------
  145. /// <summary>
  146. /// 进入副本Npc界面信息;请求----604 WeekendStarDungeonEnterNpcRequest; 响应:WeekendStarDungeonApplyResponse
  147. /// </summary>
  148. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarDungeonEnterNpcRequest")]
  149. public partial class WeekendStarDungeonEnterNpcRequest : global::ProtoBuf.IExtensible
  150. {
  151. public WeekendStarDungeonEnterNpcRequest() {}
  152. private global::ProtoBuf.IExtension extensionObject;
  153. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  154. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  155. }
  156. //---------------------------------------------------------------------------------------
  157. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarDungeonEnterNpcResponse")]
  158. public partial class WeekendStarDungeonEnterNpcResponse : global::ProtoBuf.IExtensible
  159. {
  160. public WeekendStarDungeonEnterNpcResponse() {}
  161. private int _s2c_code;
  162. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  163. public int s2c_code
  164. {
  165. get { return _s2c_code; }
  166. set { _s2c_code = value; }
  167. }
  168. private string _s2c_msg = "";
  169. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  170. [global::System.ComponentModel.DefaultValue("")]
  171. public string s2c_msg
  172. {
  173. get { return _s2c_msg; }
  174. set { _s2c_msg = value; }
  175. }
  176. private pomelo.area.WeekendStarApplyInfo _s2c_applyInfo = null;
  177. /// <summary>
  178. /// 秘境界面信息
  179. /// </summary>
  180. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_applyInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  181. [global::System.ComponentModel.DefaultValue(null)]
  182. public pomelo.area.WeekendStarApplyInfo s2c_applyInfo
  183. {
  184. get { return _s2c_applyInfo; }
  185. set { _s2c_applyInfo = value; }
  186. }
  187. private global::ProtoBuf.IExtension extensionObject;
  188. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  189. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  190. }
  191. //---------------------------------------------------------------------------------------
  192. /// <summary>
  193. /// 进入副本Npc领取副本奖励;请求----605 WeekendStarDungeonRecvRequest; 响应:WeekendStarDungeonApplyResponse
  194. /// </summary>
  195. /// <summary>
  196. /// ----------------------- 605
  197. /// </summary>
  198. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarDungeonRecvRequest")]
  199. public partial class WeekendStarDungeonRecvRequest : global::ProtoBuf.IExtensible
  200. {
  201. public WeekendStarDungeonRecvRequest() {}
  202. private int _s2c_id;
  203. /// <summary>
  204. /// 领取第几关boss奖励
  205. /// </summary>
  206. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  207. public int s2c_id
  208. {
  209. get { return _s2c_id; }
  210. set { _s2c_id = value; }
  211. }
  212. private global::ProtoBuf.IExtension extensionObject;
  213. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  214. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  215. }
  216. //---------------------------------------------------------------------------------------
  217. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarDungeonRecvResponse")]
  218. public partial class WeekendStarDungeonRecvResponse : global::ProtoBuf.IExtensible
  219. {
  220. public WeekendStarDungeonRecvResponse() {}
  221. private int _s2c_code;
  222. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  223. public int s2c_code
  224. {
  225. get { return _s2c_code; }
  226. set { _s2c_code = value; }
  227. }
  228. private string _s2c_msg = "";
  229. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  230. [global::System.ComponentModel.DefaultValue("")]
  231. public string s2c_msg
  232. {
  233. get { return _s2c_msg; }
  234. set { _s2c_msg = value; }
  235. }
  236. private pomelo.area.WeekendStarBossRewardInfo _s2c_recvInfo = null;
  237. /// <summary>
  238. /// boss击杀奖励信息
  239. /// </summary>
  240. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_recvInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  241. [global::System.ComponentModel.DefaultValue(null)]
  242. public pomelo.area.WeekendStarBossRewardInfo s2c_recvInfo
  243. {
  244. get { return _s2c_recvInfo; }
  245. set { _s2c_recvInfo = value; }
  246. }
  247. private global::ProtoBuf.IExtension extensionObject;
  248. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  249. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  250. }
  251. //---------------------------------------------------------------------------------------
  252. /// <summary>
  253. /// 进入战场Npc请求操作;请求----606 WeekendStarDungeonSelectTypeResponse; 响应:WeekendStarDungeonSelectTypeResponse
  254. /// </summary>
  255. /// <summary>
  256. /// ----------------------- 606
  257. /// </summary>
  258. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarDungeonSelectTypeRequest")]
  259. public partial class WeekendStarDungeonSelectTypeRequest : global::ProtoBuf.IExtensible
  260. {
  261. public WeekendStarDungeonSelectTypeRequest() {}
  262. private global::ProtoBuf.IExtension extensionObject;
  263. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  264. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  265. }
  266. //---------------------------------------------------------------------------------------
  267. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarDungeonSelectTypeResponse")]
  268. public partial class WeekendStarDungeonSelectTypeResponse : global::ProtoBuf.IExtensible
  269. {
  270. public WeekendStarDungeonSelectTypeResponse() {}
  271. private int _s2c_code;
  272. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  273. public int s2c_code
  274. {
  275. get { return _s2c_code; }
  276. set { _s2c_code = value; }
  277. }
  278. private string _s2c_msg = "";
  279. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  280. [global::System.ComponentModel.DefaultValue("")]
  281. public string s2c_msg
  282. {
  283. get { return _s2c_msg; }
  284. set { _s2c_msg = value; }
  285. }
  286. private global::ProtoBuf.IExtension extensionObject;
  287. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  288. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  289. }
  290. //---------------------------------------------------------------------------------------
  291. /// <summary>
  292. /// 副本奖励列表;请求----607 WeekendStarDungeonRecvListRequest; 响应:WeekendStarDungeonRecvListResponse
  293. /// </summary>
  294. /// <summary>
  295. /// ----------------------- 607
  296. /// </summary>
  297. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarDungeonRecvListRequest")]
  298. public partial class WeekendStarDungeonRecvListRequest : global::ProtoBuf.IExtensible
  299. {
  300. public WeekendStarDungeonRecvListRequest() {}
  301. private global::ProtoBuf.IExtension extensionObject;
  302. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  303. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  304. }
  305. //---------------------------------------------------------------------------------------
  306. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarDungeonRecvListResponse")]
  307. public partial class WeekendStarDungeonRecvListResponse : global::ProtoBuf.IExtensible
  308. {
  309. public WeekendStarDungeonRecvListResponse() {}
  310. private int _s2c_code;
  311. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  312. public int s2c_code
  313. {
  314. get { return _s2c_code; }
  315. set { _s2c_code = value; }
  316. }
  317. private string _s2c_msg = "";
  318. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  319. [global::System.ComponentModel.DefaultValue("")]
  320. public string s2c_msg
  321. {
  322. get { return _s2c_msg; }
  323. set { _s2c_msg = value; }
  324. }
  325. private readonly global::System.Collections.Generic.List<pomelo.area.WeekendStarBossRewardInfo> _s2c_recvList = new global::System.Collections.Generic.List<pomelo.area.WeekendStarBossRewardInfo>();
  326. /// <summary>
  327. /// boss击杀奖励信息列表
  328. /// </summary>
  329. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_recvList", DataFormat = global::ProtoBuf.DataFormat.Default)]
  330. public global::System.Collections.Generic.List<pomelo.area.WeekendStarBossRewardInfo> s2c_recvList
  331. {
  332. get { return _s2c_recvList; }
  333. }
  334. private global::ProtoBuf.IExtension extensionObject;
  335. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  336. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  337. }
  338. //---------------------------------------------------------------------------------------
  339. /// <summary>
  340. /// ================================================ 推送 ==================================================================== 周末星空第一关指定五行顺序信息
  341. /// </summary>
  342. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WeekendStarDungeonSmallBossInfo")]
  343. public partial class WeekendStarDungeonSmallBossInfo : global::ProtoBuf.IExtensible
  344. {
  345. public WeekendStarDungeonSmallBossInfo() {}
  346. private int _s2c_index;
  347. /// <summary>
  348. /// 顺序id
  349. /// </summary>
  350. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  351. public int s2c_index
  352. {
  353. get { return _s2c_index; }
  354. set { _s2c_index = value; }
  355. }
  356. private int _s2c_small;
  357. /// <summary>
  358. /// 五行id(金1,木2,水3,火4,土5)
  359. /// </summary>
  360. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_small", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  361. public int s2c_small
  362. {
  363. get { return _s2c_small; }
  364. set { _s2c_small = value; }
  365. }
  366. private int _s2c_isDead;
  367. /// <summary>
  368. /// 是否击杀
  369. /// </summary>
  370. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_isDead", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  371. public int s2c_isDead
  372. {
  373. get { return _s2c_isDead; }
  374. set { _s2c_isDead = value; }
  375. }
  376. private global::ProtoBuf.IExtension extensionObject;
  377. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  378. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  379. }
  380. //---------------------------------------------------------------------------------------
  381. /// <summary>
  382. /// 1302 ---- 进入副本人数推送
  383. /// </summary>
  384. /// <summary>
  385. /// ----------------------- 1302
  386. /// </summary>
  387. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OnWeekendStarDungeonEnterNumPush")]
  388. public partial class OnWeekendStarDungeonEnterNumPush : global::ProtoBuf.IExtensible
  389. {
  390. public OnWeekendStarDungeonEnterNumPush() {}
  391. private pomelo.area.WeekendStarApplyInfo _s2c_applyInfo;
  392. /// <summary>
  393. /// 进入副本人数推送
  394. /// </summary>
  395. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_applyInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  396. public pomelo.area.WeekendStarApplyInfo s2c_applyInfo
  397. {
  398. get { return _s2c_applyInfo; }
  399. set { _s2c_applyInfo = value; }
  400. }
  401. private global::ProtoBuf.IExtension extensionObject;
  402. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  403. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  404. }
  405. //---------------------------------------------------------------------------------------
  406. /// <summary>
  407. /// 1303 ---- 周末星空第一关指定五行顺序
  408. /// </summary>
  409. /// <summary>
  410. /// ----------------------- 1303
  411. /// </summary>
  412. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OnWeekendStarDungeonBossOrderPush")]
  413. public partial class OnWeekendStarDungeonBossOrderPush : global::ProtoBuf.IExtensible
  414. {
  415. public OnWeekendStarDungeonBossOrderPush() {}
  416. private bool _s2c_isShow = default(bool);
  417. /// <summary>
  418. /// 是否显示小战场boss存活状态
  419. /// </summary>
  420. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_isShow", DataFormat = global::ProtoBuf.DataFormat.Default)]
  421. [global::System.ComponentModel.DefaultValue(default(bool))]
  422. public bool s2c_isShow
  423. {
  424. get { return _s2c_isShow; }
  425. set { _s2c_isShow = value; }
  426. }
  427. private readonly global::System.Collections.Generic.List<pomelo.area.WeekendStarDungeonSmallBossInfo> _s2c_order = new global::System.Collections.Generic.List<pomelo.area.WeekendStarDungeonSmallBossInfo>();
  428. /// <summary>
  429. /// 指定五行顺序推送 (金1,木2,水3,火4,土5)
  430. /// </summary>
  431. [global::ProtoBuf.ProtoMember(1, Name=@"s2c_order", DataFormat = global::ProtoBuf.DataFormat.Default)]
  432. public global::System.Collections.Generic.List<pomelo.area.WeekendStarDungeonSmallBossInfo> s2c_order
  433. {
  434. get { return _s2c_order; }
  435. }
  436. private global::ProtoBuf.IExtension extensionObject;
  437. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  438. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  439. }
  440. //---------------------------------------------------------------------------------------
  441. /// <summary>
  442. /// 1304 ---- 排行变化
  443. /// </summary>
  444. /// <summary>
  445. /// ----------------------- 1304
  446. /// </summary>
  447. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OnWeekendStarDungeonRankChangePush")]
  448. public partial class OnWeekendStarDungeonRankChangePush : global::ProtoBuf.IExtensible
  449. {
  450. public OnWeekendStarDungeonRankChangePush() {}
  451. private readonly global::System.Collections.Generic.List<pomelo.BasePlayerRankInfo> _otherInfo = new global::System.Collections.Generic.List<pomelo.BasePlayerRankInfo>();
  452. [global::ProtoBuf.ProtoMember(1, Name=@"otherInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  453. public global::System.Collections.Generic.List<pomelo.BasePlayerRankInfo> otherInfo
  454. {
  455. get { return _otherInfo; }
  456. }
  457. private pomelo.BasePlayerRankInfo _myInfo;
  458. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"myInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  459. public pomelo.BasePlayerRankInfo myInfo
  460. {
  461. get { return _myInfo; }
  462. set { _myInfo = value; }
  463. }
  464. private global::ProtoBuf.IExtension extensionObject;
  465. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  466. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  467. }
  468. }