_skillStrongHandler.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  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-5-15
  12. // * 用途: 技能-强化
  13. // * 维护成员: 詹斗池
  14. // ****************************************************************************/
  15. // Generated from: skillStrongHandler.proto
  16. namespace pomelo.area
  17. {
  18. //---------------------------------------------------------------------------------------
  19. /// <summary>
  20. /// 强化技能数据信息
  21. /// </summary>
  22. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongBaseInfo")]
  23. public partial class SkillStrongBaseInfo : global::ProtoBuf.IExtensible
  24. {
  25. public SkillStrongBaseInfo() {}
  26. private int _s2c_baseskillid;
  27. /// <summary>
  28. /// 基础技能id
  29. /// </summary>
  30. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_baseskillid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  31. public int s2c_baseskillid
  32. {
  33. get { return _s2c_baseskillid; }
  34. set { _s2c_baseskillid = value; }
  35. }
  36. private int _s2c_skillid;
  37. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_skillid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  38. public int s2c_skillid
  39. {
  40. get { return _s2c_skillid; }
  41. set { _s2c_skillid = value; }
  42. }
  43. private int _s2c_level;
  44. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  45. public int s2c_level
  46. {
  47. get { return _s2c_level; }
  48. set { _s2c_level = value; }
  49. }
  50. private int _s2c_type;
  51. /// <summary>
  52. /// 技能目前操作状态:0未解锁 1未学习 2.可升级
  53. /// </summary>
  54. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"s2c_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  55. public int s2c_type
  56. {
  57. get { return _s2c_type; }
  58. set { _s2c_type = value; }
  59. }
  60. private int _s2c_branchtype;
  61. /// <summary>
  62. /// 分支类型1/2(左/右)
  63. /// </summary>
  64. [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"s2c_branchtype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  65. public int s2c_branchtype
  66. {
  67. get { return _s2c_branchtype; }
  68. set { _s2c_branchtype = value; }
  69. }
  70. private int _s2c_pos;
  71. /// <summary>
  72. /// 技能对应的槽位
  73. /// </summary>
  74. [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"s2c_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  75. public int s2c_pos
  76. {
  77. get { return _s2c_pos; }
  78. set { _s2c_pos = value; }
  79. }
  80. private global::ProtoBuf.IExtension extensionObject;
  81. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  82. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  83. }
  84. //---------------------------------------------------------------------------------------
  85. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongBranch")]
  86. public partial class SkillStrongBranch : global::ProtoBuf.IExtensible
  87. {
  88. public SkillStrongBranch() {}
  89. private int _s2c_baseskillid;
  90. /// <summary>
  91. /// 基础技能id
  92. /// </summary>
  93. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_baseskillid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  94. public int s2c_baseskillid
  95. {
  96. get { return _s2c_baseskillid; }
  97. set { _s2c_baseskillid = value; }
  98. }
  99. private int _s2c_equip_branch;
  100. /// <summary>
  101. /// 携带的分支
  102. /// </summary>
  103. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_equip_branch", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  104. public int s2c_equip_branch
  105. {
  106. get { return _s2c_equip_branch; }
  107. set { _s2c_equip_branch = value; }
  108. }
  109. private global::ProtoBuf.IExtension extensionObject;
  110. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  111. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  112. }
  113. //---------------------------------------------------------------------------------------
  114. /// <summary>
  115. /// id----600----请求:获取技能强化所有信息----响应:SkillStrongInfoResponse
  116. /// </summary>
  117. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongInfoRequest")]
  118. public partial class SkillStrongInfoRequest : global::ProtoBuf.IExtensible
  119. {
  120. public SkillStrongInfoRequest() {}
  121. private global::ProtoBuf.IExtension extensionObject;
  122. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  123. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  124. }
  125. //---------------------------------------------------------------------------------------
  126. /// <summary>
  127. /// 响应:获取技能强化所有信息
  128. /// </summary>
  129. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongInfoResponse")]
  130. public partial class SkillStrongInfoResponse : global::ProtoBuf.IExtensible
  131. {
  132. public SkillStrongInfoResponse() {}
  133. private int _s2c_code;
  134. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  135. public int s2c_code
  136. {
  137. get { return _s2c_code; }
  138. set { _s2c_code = value; }
  139. }
  140. private string _s2c_msg = "";
  141. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  142. [global::System.ComponentModel.DefaultValue("")]
  143. public string s2c_msg
  144. {
  145. get { return _s2c_msg; }
  146. set { _s2c_msg = value; }
  147. }
  148. private readonly global::System.Collections.Generic.List<pomelo.area.SkillStrongBaseInfo> _s2c_baseInfo = new global::System.Collections.Generic.List<pomelo.area.SkillStrongBaseInfo>();
  149. /// <summary>
  150. /// 技能强化数据列表
  151. /// </summary>
  152. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_baseInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  153. public global::System.Collections.Generic.List<pomelo.area.SkillStrongBaseInfo> s2c_baseInfo
  154. {
  155. get { return _s2c_baseInfo; }
  156. }
  157. private readonly global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch> _s2c_branch = new global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch>();
  158. /// <summary>
  159. /// 基础技能对应携带分支
  160. /// </summary>
  161. [global::ProtoBuf.ProtoMember(4, Name=@"s2c_branch", DataFormat = global::ProtoBuf.DataFormat.Default)]
  162. public global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch> s2c_branch
  163. {
  164. get { return _s2c_branch; }
  165. }
  166. private global::ProtoBuf.IExtension extensionObject;
  167. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  168. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  169. }
  170. //---------------------------------------------------------------------------------------
  171. /// <summary>
  172. /// id----601----请求:学习强化阶段技能----响应:SkillStrongObtainResponse
  173. /// </summary>
  174. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongObtainRequest")]
  175. public partial class SkillStrongObtainRequest : global::ProtoBuf.IExtensible
  176. {
  177. public SkillStrongObtainRequest() {}
  178. private int _s2c_skillid;
  179. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_skillid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  180. public int s2c_skillid
  181. {
  182. get { return _s2c_skillid; }
  183. set { _s2c_skillid = value; }
  184. }
  185. private global::ProtoBuf.IExtension extensionObject;
  186. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  187. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  188. }
  189. //---------------------------------------------------------------------------------------
  190. /// <summary>
  191. /// 响应:学习强化阶段技能
  192. /// </summary>
  193. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongObtainResponse")]
  194. public partial class SkillStrongObtainResponse : global::ProtoBuf.IExtensible
  195. {
  196. public SkillStrongObtainResponse() {}
  197. private int _s2c_code;
  198. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  199. public int s2c_code
  200. {
  201. get { return _s2c_code; }
  202. set { _s2c_code = value; }
  203. }
  204. private string _s2c_msg = "";
  205. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  206. [global::System.ComponentModel.DefaultValue("")]
  207. public string s2c_msg
  208. {
  209. get { return _s2c_msg; }
  210. set { _s2c_msg = value; }
  211. }
  212. private pomelo.area.SkillStrongBaseInfo _changeInfo = null;
  213. /// <summary>
  214. /// 被改变的技能信息
  215. /// </summary>
  216. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"changeInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  217. [global::System.ComponentModel.DefaultValue(null)]
  218. public pomelo.area.SkillStrongBaseInfo changeInfo
  219. {
  220. get { return _changeInfo; }
  221. set { _changeInfo = value; }
  222. }
  223. private global::ProtoBuf.IExtension extensionObject;
  224. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  225. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  226. }
  227. //---------------------------------------------------------------------------------------
  228. /// <summary>
  229. /// id----602----请求:升级强化阶段技能----响应:SkillStrongUpgradeResponse
  230. /// </summary>
  231. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongUpgradeRequest")]
  232. public partial class SkillStrongUpgradeRequest : global::ProtoBuf.IExtensible
  233. {
  234. public SkillStrongUpgradeRequest() {}
  235. private int _s2c_skillid;
  236. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_skillid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  237. public int s2c_skillid
  238. {
  239. get { return _s2c_skillid; }
  240. set { _s2c_skillid = value; }
  241. }
  242. private global::ProtoBuf.IExtension extensionObject;
  243. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  244. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  245. }
  246. //---------------------------------------------------------------------------------------
  247. /// <summary>
  248. /// 响应:升级强化阶段技能
  249. /// </summary>
  250. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongUpgradeResponse")]
  251. public partial class SkillStrongUpgradeResponse : global::ProtoBuf.IExtensible
  252. {
  253. public SkillStrongUpgradeResponse() {}
  254. private int _s2c_code;
  255. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  256. public int s2c_code
  257. {
  258. get { return _s2c_code; }
  259. set { _s2c_code = value; }
  260. }
  261. private string _s2c_msg = "";
  262. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  263. [global::System.ComponentModel.DefaultValue("")]
  264. public string s2c_msg
  265. {
  266. get { return _s2c_msg; }
  267. set { _s2c_msg = value; }
  268. }
  269. private pomelo.area.SkillStrongBaseInfo _changeInfo = null;
  270. /// <summary>
  271. /// 被改变的技能信息
  272. /// </summary>
  273. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"changeInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  274. [global::System.ComponentModel.DefaultValue(null)]
  275. public pomelo.area.SkillStrongBaseInfo changeInfo
  276. {
  277. get { return _changeInfo; }
  278. set { _changeInfo = value; }
  279. }
  280. private global::ProtoBuf.IExtension extensionObject;
  281. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  282. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  283. }
  284. //---------------------------------------------------------------------------------------
  285. /// <summary>
  286. /// id----603----请求:携带改变强化阶段技能----响应:SkillStrongChangeResponse
  287. /// </summary>
  288. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongChangeRequest")]
  289. public partial class SkillStrongChangeRequest : global::ProtoBuf.IExtensible
  290. {
  291. public SkillStrongChangeRequest() {}
  292. private int _s2c_skillid;
  293. /// <summary>
  294. /// 基础id
  295. /// </summary>
  296. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_skillid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  297. public int s2c_skillid
  298. {
  299. get { return _s2c_skillid; }
  300. set { _s2c_skillid = value; }
  301. }
  302. private int _s2c_branchtype;
  303. /// <summary>
  304. /// 分支类型
  305. /// </summary>
  306. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_branchtype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  307. public int s2c_branchtype
  308. {
  309. get { return _s2c_branchtype; }
  310. set { _s2c_branchtype = value; }
  311. }
  312. private global::ProtoBuf.IExtension extensionObject;
  313. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  314. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  315. }
  316. //---------------------------------------------------------------------------------------
  317. /// <summary>
  318. /// 响应:携带改变强化阶段技能
  319. /// </summary>
  320. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongChangeResponse")]
  321. public partial class SkillStrongChangeResponse : global::ProtoBuf.IExtensible
  322. {
  323. public SkillStrongChangeResponse() {}
  324. private int _s2c_code;
  325. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  326. public int s2c_code
  327. {
  328. get { return _s2c_code; }
  329. set { _s2c_code = value; }
  330. }
  331. private string _s2c_msg = "";
  332. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  333. [global::System.ComponentModel.DefaultValue("")]
  334. public string s2c_msg
  335. {
  336. get { return _s2c_msg; }
  337. set { _s2c_msg = value; }
  338. }
  339. private readonly global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch> _s2c_branch = new global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch>();
  340. /// <summary>
  341. /// 基础技能对应携带分支
  342. /// </summary>
  343. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_branch", DataFormat = global::ProtoBuf.DataFormat.Default)]
  344. public global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch> s2c_branch
  345. {
  346. get { return _s2c_branch; }
  347. }
  348. private global::ProtoBuf.IExtension extensionObject;
  349. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  350. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  351. }
  352. //---------------------------------------------------------------------------------------
  353. /// <summary>
  354. /// 一键携带 id----618----请求:一键携带----响应:SkillStrongOneKeyEquipResponse
  355. /// </summary>
  356. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongOneKeyEquipRequest")]
  357. public partial class SkillStrongOneKeyEquipRequest : global::ProtoBuf.IExtensible
  358. {
  359. public SkillStrongOneKeyEquipRequest() {}
  360. private int _s2c_branchtype;
  361. /// <summary>
  362. /// 分支类型1/2(左/右)
  363. /// </summary>
  364. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_branchtype", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  365. public int s2c_branchtype
  366. {
  367. get { return _s2c_branchtype; }
  368. set { _s2c_branchtype = value; }
  369. }
  370. private global::ProtoBuf.IExtension extensionObject;
  371. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  372. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  373. }
  374. //---------------------------------------------------------------------------------------
  375. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillStrongOneKeyEquipResponse")]
  376. public partial class SkillStrongOneKeyEquipResponse : global::ProtoBuf.IExtensible
  377. {
  378. public SkillStrongOneKeyEquipResponse() {}
  379. private int _s2c_code;
  380. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  381. public int s2c_code
  382. {
  383. get { return _s2c_code; }
  384. set { _s2c_code = value; }
  385. }
  386. private string _s2c_msg = "";
  387. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  388. [global::System.ComponentModel.DefaultValue("")]
  389. public string s2c_msg
  390. {
  391. get { return _s2c_msg; }
  392. set { _s2c_msg = value; }
  393. }
  394. private readonly global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch> _s2c_branch = new global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch>();
  395. /// <summary>
  396. /// 基础技能对应携带分支
  397. /// </summary>
  398. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_branch", DataFormat = global::ProtoBuf.DataFormat.Default)]
  399. public global::System.Collections.Generic.List<pomelo.area.SkillStrongBranch> s2c_branch
  400. {
  401. get { return _s2c_branch; }
  402. }
  403. private global::ProtoBuf.IExtension extensionObject;
  404. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  405. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  406. }
  407. }