_guildCelestialHandler.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  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. // ***************************************************************************
  10. // * 作者: 詹斗池
  11. // * 创建时间: 2019-8-7
  12. // * 用途: 公会仙器
  13. // ****************************************************************************/
  14. // Generated from: guildCelestialHandler.proto
  15. // Note: requires additional types generated from: common.proto
  16. namespace pomelo.area
  17. {
  18. //---------------------------------------------------------------------------------------
  19. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialInfo")]
  20. public partial class GuildCelestialInfo : global::ProtoBuf.IExtensible
  21. {
  22. public GuildCelestialInfo() {}
  23. private int _s2c_ceid;
  24. /// <summary>
  25. /// 仙器id
  26. /// </summary>
  27. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_ceid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  28. public int s2c_ceid
  29. {
  30. get { return _s2c_ceid; }
  31. set { _s2c_ceid = value; }
  32. }
  33. private bool _s2c_isSelect;
  34. /// <summary>
  35. /// 是否供奉
  36. /// </summary>
  37. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_isSelect", DataFormat = global::ProtoBuf.DataFormat.Default)]
  38. public bool s2c_isSelect
  39. {
  40. get { return _s2c_isSelect; }
  41. set { _s2c_isSelect = value; }
  42. }
  43. private int _s2c_lv = default(int);
  44. /// <summary>
  45. /// 等级
  46. /// </summary>
  47. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_lv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  48. [global::System.ComponentModel.DefaultValue(default(int))]
  49. public int s2c_lv
  50. {
  51. get { return _s2c_lv; }
  52. set { _s2c_lv = value; }
  53. }
  54. private global::ProtoBuf.IExtension extensionObject;
  55. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  56. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  57. }
  58. //---------------------------------------------------------------------------------------
  59. /// <summary>
  60. /// ================================================ 请求 ==================================================================== 打开仙盟仙器界面信息;请求----808 GuildCelestialInfoRequest; 响应:GuildCelestialInfoResponse
  61. /// </summary>
  62. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialInfoRequest")]
  63. public partial class GuildCelestialInfoRequest : global::ProtoBuf.IExtensible
  64. {
  65. public GuildCelestialInfoRequest() {}
  66. private global::ProtoBuf.IExtension extensionObject;
  67. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  68. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  69. }
  70. //---------------------------------------------------------------------------------------
  71. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialInfoResponse")]
  72. public partial class GuildCelestialInfoResponse : global::ProtoBuf.IExtensible
  73. {
  74. public GuildCelestialInfoResponse() {}
  75. private int _s2c_code;
  76. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  77. public int s2c_code
  78. {
  79. get { return _s2c_code; }
  80. set { _s2c_code = value; }
  81. }
  82. private string _s2c_msg = "";
  83. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  84. [global::System.ComponentModel.DefaultValue("")]
  85. public string s2c_msg
  86. {
  87. get { return _s2c_msg; }
  88. set { _s2c_msg = value; }
  89. }
  90. private readonly global::System.Collections.Generic.List<pomelo.area.GuildCelestialInfo> _s2c_info = new global::System.Collections.Generic.List<pomelo.area.GuildCelestialInfo>();
  91. /// <summary>
  92. /// 仙器信息
  93. /// </summary>
  94. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_info", DataFormat = global::ProtoBuf.DataFormat.Default)]
  95. public global::System.Collections.Generic.List<pomelo.area.GuildCelestialInfo> s2c_info
  96. {
  97. get { return _s2c_info; }
  98. }
  99. private readonly global::System.Collections.Generic.List<pomelo.KeyValueStruct> _items = new global::System.Collections.Generic.List<pomelo.KeyValueStruct>();
  100. /// <summary>
  101. /// 已经捐献的道具和数量
  102. /// </summary>
  103. [global::ProtoBuf.ProtoMember(4, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)]
  104. public global::System.Collections.Generic.List<pomelo.KeyValueStruct> items
  105. {
  106. get { return _items; }
  107. }
  108. private global::ProtoBuf.IExtension extensionObject;
  109. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  110. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  111. }
  112. //---------------------------------------------------------------------------------------
  113. /// <summary>
  114. /// 仙盟仙器解锁;请求----809 GuildCelestialOpenRequest; 响应:GuildCelestialOpenResponse
  115. /// </summary>
  116. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialOpenRequest")]
  117. public partial class GuildCelestialOpenRequest : global::ProtoBuf.IExtensible
  118. {
  119. public GuildCelestialOpenRequest() {}
  120. private int _s2c_ceid;
  121. /// <summary>
  122. /// 解锁仙器id
  123. /// </summary>
  124. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_ceid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  125. public int s2c_ceid
  126. {
  127. get { return _s2c_ceid; }
  128. set { _s2c_ceid = value; }
  129. }
  130. private global::ProtoBuf.IExtension extensionObject;
  131. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  132. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  133. }
  134. //---------------------------------------------------------------------------------------
  135. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialOpenResponse")]
  136. public partial class GuildCelestialOpenResponse : global::ProtoBuf.IExtensible
  137. {
  138. public GuildCelestialOpenResponse() {}
  139. private int _s2c_code;
  140. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  141. public int s2c_code
  142. {
  143. get { return _s2c_code; }
  144. set { _s2c_code = value; }
  145. }
  146. private string _s2c_msg = "";
  147. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  148. [global::System.ComponentModel.DefaultValue("")]
  149. public string s2c_msg
  150. {
  151. get { return _s2c_msg; }
  152. set { _s2c_msg = value; }
  153. }
  154. private pomelo.area.GuildCelestialInfo _s2c_info = null;
  155. /// <summary>
  156. /// 仙器信息
  157. /// </summary>
  158. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_info", DataFormat = global::ProtoBuf.DataFormat.Default)]
  159. [global::System.ComponentModel.DefaultValue(null)]
  160. public pomelo.area.GuildCelestialInfo s2c_info
  161. {
  162. get { return _s2c_info; }
  163. set { _s2c_info = value; }
  164. }
  165. private global::ProtoBuf.IExtension extensionObject;
  166. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  167. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  168. }
  169. //---------------------------------------------------------------------------------------
  170. /// <summary>
  171. /// 仙盟仙器升级;请求----812 GuildCelestialUpRequest; 响应:GuildCelestialUpResponse
  172. /// </summary>
  173. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialUpRequest")]
  174. public partial class GuildCelestialUpRequest : global::ProtoBuf.IExtensible
  175. {
  176. public GuildCelestialUpRequest() {}
  177. private int _s2c_ceid;
  178. /// <summary>
  179. /// 捐赠到的仙器
  180. /// </summary>
  181. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_ceid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  182. public int s2c_ceid
  183. {
  184. get { return _s2c_ceid; }
  185. set { _s2c_ceid = 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. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialUpResponse")]
  193. public partial class GuildCelestialUpResponse : global::ProtoBuf.IExtensible
  194. {
  195. public GuildCelestialUpResponse() {}
  196. private int _s2c_code;
  197. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  198. public int s2c_code
  199. {
  200. get { return _s2c_code; }
  201. set { _s2c_code = value; }
  202. }
  203. private string _s2c_msg = "";
  204. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  205. [global::System.ComponentModel.DefaultValue("")]
  206. public string s2c_msg
  207. {
  208. get { return _s2c_msg; }
  209. set { _s2c_msg = value; }
  210. }
  211. private pomelo.area.GuildCelestialInfo _s2c_info = null;
  212. /// <summary>
  213. /// 仙器信息
  214. /// </summary>
  215. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_info", DataFormat = global::ProtoBuf.DataFormat.Default)]
  216. [global::System.ComponentModel.DefaultValue(null)]
  217. public pomelo.area.GuildCelestialInfo s2c_info
  218. {
  219. get { return _s2c_info; }
  220. set { _s2c_info = value; }
  221. }
  222. private readonly global::System.Collections.Generic.List<pomelo.KeyValueStruct> _items = new global::System.Collections.Generic.List<pomelo.KeyValueStruct>();
  223. /// <summary>
  224. /// 已经捐献的道具和数量
  225. /// </summary>
  226. [global::ProtoBuf.ProtoMember(4, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)]
  227. public global::System.Collections.Generic.List<pomelo.KeyValueStruct> items
  228. {
  229. get { return _items; }
  230. }
  231. private global::ProtoBuf.IExtension extensionObject;
  232. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  233. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  234. }
  235. //---------------------------------------------------------------------------------------
  236. /// <summary>
  237. /// 仙盟仙器捐赠材料;请求----813 GuildCelestialGiveRequest; 响应:GuildCelestialUpResponse
  238. /// </summary>
  239. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialGiveRequest")]
  240. public partial class GuildCelestialGiveRequest : global::ProtoBuf.IExtensible
  241. {
  242. public GuildCelestialGiveRequest() {}
  243. private int _s2c_ceid;
  244. /// <summary>
  245. /// 捐赠到的仙器
  246. /// </summary>
  247. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_ceid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  248. public int s2c_ceid
  249. {
  250. get { return _s2c_ceid; }
  251. set { _s2c_ceid = value; }
  252. }
  253. private int _s2c_bag_pos;
  254. /// <summary>
  255. /// 捐赠道具背包位置
  256. /// </summary>
  257. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_bag_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  258. public int s2c_bag_pos
  259. {
  260. get { return _s2c_bag_pos; }
  261. set { _s2c_bag_pos = value; }
  262. }
  263. private int _s2c_num;
  264. /// <summary>
  265. /// 数量
  266. /// </summary>
  267. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  268. public int s2c_num
  269. {
  270. get { return _s2c_num; }
  271. set { _s2c_num = value; }
  272. }
  273. private global::ProtoBuf.IExtension extensionObject;
  274. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  275. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  276. }
  277. //---------------------------------------------------------------------------------------
  278. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialGiveResponse")]
  279. public partial class GuildCelestialGiveResponse : global::ProtoBuf.IExtensible
  280. {
  281. public GuildCelestialGiveResponse() {}
  282. private int _s2c_code;
  283. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  284. public int s2c_code
  285. {
  286. get { return _s2c_code; }
  287. set { _s2c_code = value; }
  288. }
  289. private string _s2c_msg = "";
  290. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  291. [global::System.ComponentModel.DefaultValue("")]
  292. public string s2c_msg
  293. {
  294. get { return _s2c_msg; }
  295. set { _s2c_msg = value; }
  296. }
  297. private readonly global::System.Collections.Generic.List<pomelo.KeyValueStruct> _items = new global::System.Collections.Generic.List<pomelo.KeyValueStruct>();
  298. /// <summary>
  299. /// 已经捐献的道具和数量
  300. /// </summary>
  301. [global::ProtoBuf.ProtoMember(3, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)]
  302. public global::System.Collections.Generic.List<pomelo.KeyValueStruct> items
  303. {
  304. get { return _items; }
  305. }
  306. private global::ProtoBuf.IExtension extensionObject;
  307. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  308. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  309. }
  310. //---------------------------------------------------------------------------------------
  311. /// <summary>
  312. /// 仙盟仙器选择供奉的仙器;请求----814 GuildCelestialSelectRequest; 响应:GuildCelestialSelectResponse
  313. /// </summary>
  314. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialSelectRequest")]
  315. public partial class GuildCelestialSelectRequest : global::ProtoBuf.IExtensible
  316. {
  317. public GuildCelestialSelectRequest() {}
  318. private int _s2c_ceid;
  319. /// <summary>
  320. /// 仙器
  321. /// </summary>
  322. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_ceid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  323. public int s2c_ceid
  324. {
  325. get { return _s2c_ceid; }
  326. set { _s2c_ceid = value; }
  327. }
  328. private global::ProtoBuf.IExtension extensionObject;
  329. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  330. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  331. }
  332. //---------------------------------------------------------------------------------------
  333. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialSelectResponse")]
  334. public partial class GuildCelestialSelectResponse : global::ProtoBuf.IExtensible
  335. {
  336. public GuildCelestialSelectResponse() {}
  337. private int _s2c_code;
  338. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  339. public int s2c_code
  340. {
  341. get { return _s2c_code; }
  342. set { _s2c_code = value; }
  343. }
  344. private string _s2c_msg = "";
  345. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  346. [global::System.ComponentModel.DefaultValue("")]
  347. public string s2c_msg
  348. {
  349. get { return _s2c_msg; }
  350. set { _s2c_msg = value; }
  351. }
  352. private pomelo.area.GuildCelestialInfo _s2c_info = null;
  353. /// <summary>
  354. /// 仙器信息
  355. /// </summary>
  356. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_info", DataFormat = global::ProtoBuf.DataFormat.Default)]
  357. [global::System.ComponentModel.DefaultValue(null)]
  358. public pomelo.area.GuildCelestialInfo s2c_info
  359. {
  360. get { return _s2c_info; }
  361. set { _s2c_info = value; }
  362. }
  363. private global::ProtoBuf.IExtension extensionObject;
  364. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  365. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  366. }
  367. }