_skillHandler.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758
  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. // * 创建时间= 2015-08-27
  12. // * 用途= 技能处理器
  13. // ***************************************************************************
  14. // Generated from: skillHandler.proto
  15. // Note: requires additional types generated from: common.proto
  16. namespace pomelo.area
  17. {
  18. //---------------------------------------------------------------------------------------
  19. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpgradeSkillRequest")]
  20. public partial class UpgradeSkillRequest : global::ProtoBuf.IExtensible
  21. {
  22. public UpgradeSkillRequest() {}
  23. private int _s2c_skillId;
  24. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_skillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  25. public int s2c_skillId
  26. {
  27. get { return _s2c_skillId; }
  28. set { _s2c_skillId = value; }
  29. }
  30. private global::ProtoBuf.IExtension extensionObject;
  31. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  32. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  33. }
  34. //---------------------------------------------------------------------------------------
  35. /// <summary>
  36. /// 一键升级所有技能
  37. /// </summary>
  38. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpgradeSkillOneKeyRequest")]
  39. public partial class UpgradeSkillOneKeyRequest : global::ProtoBuf.IExtensible
  40. {
  41. public UpgradeSkillOneKeyRequest() {}
  42. private global::ProtoBuf.IExtension extensionObject;
  43. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  44. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  45. }
  46. //---------------------------------------------------------------------------------------
  47. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UnlockSkillRequest")]
  48. public partial class UnlockSkillRequest : global::ProtoBuf.IExtensible
  49. {
  50. public UnlockSkillRequest() {}
  51. private int _s2c_skillId;
  52. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_skillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  53. public int s2c_skillId
  54. {
  55. get { return _s2c_skillId; }
  56. set { _s2c_skillId = value; }
  57. }
  58. private global::ProtoBuf.IExtension extensionObject;
  59. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  60. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  61. }
  62. //---------------------------------------------------------------------------------------
  63. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetSkillDetailRequest")]
  64. public partial class GetSkillDetailRequest : global::ProtoBuf.IExtensible
  65. {
  66. public GetSkillDetailRequest() {}
  67. private int _s2c_skillId;
  68. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_skillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  69. public int s2c_skillId
  70. {
  71. get { return _s2c_skillId; }
  72. set { _s2c_skillId = value; }
  73. }
  74. private global::ProtoBuf.IExtension extensionObject;
  75. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  76. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  77. }
  78. //---------------------------------------------------------------------------------------
  79. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetAllSkillRequest")]
  80. public partial class GetAllSkillRequest : global::ProtoBuf.IExtensible
  81. {
  82. public GetAllSkillRequest() {}
  83. private global::ProtoBuf.IExtension extensionObject;
  84. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  85. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  86. }
  87. //---------------------------------------------------------------------------------------
  88. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ReqItem")]
  89. public partial class ReqItem : global::ProtoBuf.IExtensible
  90. {
  91. public ReqItem() {}
  92. private string _itemCode;
  93. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
  94. public string itemCode
  95. {
  96. get { return _itemCode; }
  97. set { _itemCode = value; }
  98. }
  99. private int _itemQua;
  100. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"itemQua", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  101. public int itemQua
  102. {
  103. get { return _itemQua; }
  104. set { _itemQua = value; }
  105. }
  106. private string _itemIcon;
  107. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"itemIcon", DataFormat = global::ProtoBuf.DataFormat.Default)]
  108. public string itemIcon
  109. {
  110. get { return _itemIcon; }
  111. set { _itemIcon = value; }
  112. }
  113. private int _itemReqNum;
  114. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"itemReqNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  115. public int itemReqNum
  116. {
  117. get { return _itemReqNum; }
  118. set { _itemReqNum = value; }
  119. }
  120. private long _itemCurNum;
  121. [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"itemCurNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  122. public long itemCurNum
  123. {
  124. get { return _itemCurNum; }
  125. set { _itemCurNum = value; }
  126. }
  127. private global::ProtoBuf.IExtension extensionObject;
  128. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  129. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  130. }
  131. //---------------------------------------------------------------------------------------
  132. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillBasic")]
  133. public partial class SkillBasic : global::ProtoBuf.IExtensible
  134. {
  135. public SkillBasic() {}
  136. private int _skillId;
  137. /// <summary>
  138. /// 技能id
  139. /// </summary>
  140. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"skillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  141. public int skillId
  142. {
  143. get { return _skillId; }
  144. set { _skillId = value; }
  145. }
  146. private int _flag;
  147. /// <summary>
  148. /// 0 未解锁 1解锁
  149. /// </summary>
  150. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"flag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  151. public int flag
  152. {
  153. get { return _flag; }
  154. set { _flag = value; }
  155. }
  156. private int _level;
  157. /// <summary>
  158. /// 技能等级
  159. /// </summary>
  160. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  161. public int level
  162. {
  163. get { return _level; }
  164. set { _level = value; }
  165. }
  166. private int _canUpgrade = default(int);
  167. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"canUpgrade", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  168. [global::System.ComponentModel.DefaultValue(default(int))]
  169. public int canUpgrade
  170. {
  171. get { return _canUpgrade; }
  172. set { _canUpgrade = value; }
  173. }
  174. private int _upgradeNeedupLevel = default(int);
  175. /// <summary>
  176. /// 升级技能需要的仙阶 表格 lvReqData
  177. /// </summary>
  178. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"upgradeNeedupLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  179. [global::System.ComponentModel.DefaultValue(default(int))]
  180. public int upgradeNeedupLevel
  181. {
  182. get { return _upgradeNeedupLevel; }
  183. set { _upgradeNeedupLevel = value; }
  184. }
  185. private bool _euqipedStrong;
  186. /// <summary>
  187. /// 是否使用的是该组技能的强化技能
  188. /// </summary>
  189. [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"euqipedStrong", DataFormat = global::ProtoBuf.DataFormat.Default)]
  190. public bool euqipedStrong
  191. {
  192. get { return _euqipedStrong; }
  193. set { _euqipedStrong = value; }
  194. }
  195. private int _euqipedId = default(int);
  196. /// <summary>
  197. /// 技能id
  198. /// </summary>
  199. [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"euqipedId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  200. [global::System.ComponentModel.DefaultValue(default(int))]
  201. public int euqipedId
  202. {
  203. get { return _euqipedId; }
  204. set { _euqipedId = value; }
  205. }
  206. private int _extlv = default(int);
  207. /// <summary>
  208. /// 技能强化等级
  209. /// </summary>
  210. [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"extlv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  211. [global::System.ComponentModel.DefaultValue(default(int))]
  212. public int extlv
  213. {
  214. get { return _extlv; }
  215. set { _extlv = value; }
  216. }
  217. private global::ProtoBuf.IExtension extensionObject;
  218. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  219. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  220. }
  221. //---------------------------------------------------------------------------------------
  222. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"TalentDetail")]
  223. public partial class TalentDetail : global::ProtoBuf.IExtensible
  224. {
  225. public TalentDetail() {}
  226. private int _skillId;
  227. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"skillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  228. public int skillId
  229. {
  230. get { return _skillId; }
  231. set { _skillId = value; }
  232. }
  233. private int _level;
  234. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  235. public int level
  236. {
  237. get { return _level; }
  238. set { _level = value; }
  239. }
  240. private int _extlv = default(int);
  241. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"extlv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  242. [global::System.ComponentModel.DefaultValue(default(int))]
  243. public int extlv
  244. {
  245. get { return _extlv; }
  246. set { _extlv = value; }
  247. }
  248. private string _name;
  249. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
  250. public string name
  251. {
  252. get { return _name; }
  253. set { _name = value; }
  254. }
  255. private int _maxLevel;
  256. [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"maxLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  257. public int maxLevel
  258. {
  259. get { return _maxLevel; }
  260. set { _maxLevel = value; }
  261. }
  262. private int _flag;
  263. [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"flag", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  264. public int flag
  265. {
  266. get { return _flag; }
  267. set { _flag = value; }
  268. }
  269. private readonly global::System.Collections.Generic.List<string> _curDesData = new global::System.Collections.Generic.List<string>();
  270. [global::ProtoBuf.ProtoMember(7, Name=@"curDesData", DataFormat = global::ProtoBuf.DataFormat.Default)]
  271. public global::System.Collections.Generic.List<string> curDesData
  272. {
  273. get { return _curDesData; }
  274. }
  275. private readonly global::System.Collections.Generic.List<pomelo.area.ReqItem> _reqItems = new global::System.Collections.Generic.List<pomelo.area.ReqItem>();
  276. [global::ProtoBuf.ProtoMember(8, Name=@"reqItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
  277. public global::System.Collections.Generic.List<pomelo.area.ReqItem> reqItems
  278. {
  279. get { return _reqItems; }
  280. }
  281. private int _canUpgrade = default(int);
  282. [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"canUpgrade", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  283. [global::System.ComponentModel.DefaultValue(default(int))]
  284. public int canUpgrade
  285. {
  286. get { return _canUpgrade; }
  287. set { _canUpgrade = value; }
  288. }
  289. private global::ProtoBuf.IExtension extensionObject;
  290. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  291. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  292. }
  293. //---------------------------------------------------------------------------------------
  294. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillDetail")]
  295. public partial class SkillDetail : global::ProtoBuf.IExtensible
  296. {
  297. public SkillDetail() {}
  298. private int _colddown;
  299. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"colddown", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  300. public int colddown
  301. {
  302. get { return _colddown; }
  303. set { _colddown = value; }
  304. }
  305. private int _curManaCost;
  306. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"curManaCost", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  307. public int curManaCost
  308. {
  309. get { return _curManaCost; }
  310. set { _curManaCost = value; }
  311. }
  312. private readonly global::System.Collections.Generic.List<string> _curDesData = new global::System.Collections.Generic.List<string>();
  313. [global::ProtoBuf.ProtoMember(3, Name=@"curDesData", DataFormat = global::ProtoBuf.DataFormat.Default)]
  314. public global::System.Collections.Generic.List<string> curDesData
  315. {
  316. get { return _curDesData; }
  317. }
  318. private readonly global::System.Collections.Generic.List<pomelo.area.ReqItem> _reqItems = new global::System.Collections.Generic.List<pomelo.area.ReqItem>();
  319. [global::ProtoBuf.ProtoMember(4, Name=@"reqItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
  320. public global::System.Collections.Generic.List<pomelo.area.ReqItem> reqItems
  321. {
  322. get { return _reqItems; }
  323. }
  324. private readonly global::System.Collections.Generic.List<pomelo.area.TalentDetail> _TalentList = new global::System.Collections.Generic.List<pomelo.area.TalentDetail>();
  325. [global::ProtoBuf.ProtoMember(5, Name=@"TalentList", DataFormat = global::ProtoBuf.DataFormat.Default)]
  326. public global::System.Collections.Generic.List<pomelo.area.TalentDetail> TalentList
  327. {
  328. get { return _TalentList; }
  329. }
  330. private int _canUpgrade = default(int);
  331. [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"canUpgrade", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  332. [global::System.ComponentModel.DefaultValue(default(int))]
  333. public int canUpgrade
  334. {
  335. get { return _canUpgrade; }
  336. set { _canUpgrade = value; }
  337. }
  338. private global::ProtoBuf.IExtension extensionObject;
  339. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  340. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  341. }
  342. //---------------------------------------------------------------------------------------
  343. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpgradeSkillResponse")]
  344. public partial class UpgradeSkillResponse : global::ProtoBuf.IExtensible
  345. {
  346. public UpgradeSkillResponse() {}
  347. private int _s2c_code;
  348. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  349. public int s2c_code
  350. {
  351. get { return _s2c_code; }
  352. set { _s2c_code = value; }
  353. }
  354. private string _s2c_msg = "";
  355. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  356. [global::System.ComponentModel.DefaultValue("")]
  357. public string s2c_msg
  358. {
  359. get { return _s2c_msg; }
  360. set { _s2c_msg = value; }
  361. }
  362. private global::ProtoBuf.IExtension extensionObject;
  363. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  364. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  365. }
  366. //---------------------------------------------------------------------------------------
  367. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpgradeSkillOneKeyResponse")]
  368. public partial class UpgradeSkillOneKeyResponse : global::ProtoBuf.IExtensible
  369. {
  370. public UpgradeSkillOneKeyResponse() {}
  371. private int _s2c_code;
  372. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  373. public int s2c_code
  374. {
  375. get { return _s2c_code; }
  376. set { _s2c_code = value; }
  377. }
  378. private string _s2c_msg = "";
  379. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  380. [global::System.ComponentModel.DefaultValue("")]
  381. public string s2c_msg
  382. {
  383. get { return _s2c_msg; }
  384. set { _s2c_msg = value; }
  385. }
  386. private readonly global::System.Collections.Generic.List<pomelo.area.SkillBasic> _skillList = new global::System.Collections.Generic.List<pomelo.area.SkillBasic>();
  387. [global::ProtoBuf.ProtoMember(3, Name=@"skillList", DataFormat = global::ProtoBuf.DataFormat.Default)]
  388. public global::System.Collections.Generic.List<pomelo.area.SkillBasic> skillList
  389. {
  390. get { return _skillList; }
  391. }
  392. private global::ProtoBuf.IExtension extensionObject;
  393. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  394. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  395. }
  396. //---------------------------------------------------------------------------------------
  397. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetSkillDetailResponse")]
  398. public partial class GetSkillDetailResponse : global::ProtoBuf.IExtensible
  399. {
  400. public GetSkillDetailResponse() {}
  401. private int _s2c_code;
  402. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  403. public int s2c_code
  404. {
  405. get { return _s2c_code; }
  406. set { _s2c_code = value; }
  407. }
  408. private string _s2c_msg = "";
  409. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  410. [global::System.ComponentModel.DefaultValue("")]
  411. public string s2c_msg
  412. {
  413. get { return _s2c_msg; }
  414. set { _s2c_msg = value; }
  415. }
  416. private pomelo.area.SkillDetail _s2c_skill = null;
  417. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_skill", DataFormat = global::ProtoBuf.DataFormat.Default)]
  418. [global::System.ComponentModel.DefaultValue(null)]
  419. public pomelo.area.SkillDetail s2c_skill
  420. {
  421. get { return _s2c_skill; }
  422. set { _s2c_skill = value; }
  423. }
  424. private global::ProtoBuf.IExtension extensionObject;
  425. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  426. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  427. }
  428. //---------------------------------------------------------------------------------------
  429. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetAllSkillResponse")]
  430. public partial class GetAllSkillResponse : global::ProtoBuf.IExtensible
  431. {
  432. public GetAllSkillResponse() {}
  433. private int _s2c_code;
  434. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  435. public int s2c_code
  436. {
  437. get { return _s2c_code; }
  438. set { _s2c_code = value; }
  439. }
  440. private string _s2c_msg = "";
  441. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  442. [global::System.ComponentModel.DefaultValue("")]
  443. public string s2c_msg
  444. {
  445. get { return _s2c_msg; }
  446. set { _s2c_msg = value; }
  447. }
  448. private readonly global::System.Collections.Generic.List<pomelo.area.SkillBasic> _skillList = new global::System.Collections.Generic.List<pomelo.area.SkillBasic>();
  449. [global::ProtoBuf.ProtoMember(3, Name=@"skillList", DataFormat = global::ProtoBuf.DataFormat.Default)]
  450. public global::System.Collections.Generic.List<pomelo.area.SkillBasic> skillList
  451. {
  452. get { return _skillList; }
  453. }
  454. private global::ProtoBuf.IExtension extensionObject;
  455. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  456. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  457. }
  458. //---------------------------------------------------------------------------------------
  459. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UseSkillTabResponse")]
  460. public partial class UseSkillTabResponse : global::ProtoBuf.IExtensible
  461. {
  462. public UseSkillTabResponse() {}
  463. private int _s2c_code;
  464. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  465. public int s2c_code
  466. {
  467. get { return _s2c_code; }
  468. set { _s2c_code = value; }
  469. }
  470. private string _s2c_msg = "";
  471. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  472. [global::System.ComponentModel.DefaultValue("")]
  473. public string s2c_msg
  474. {
  475. get { return _s2c_msg; }
  476. set { _s2c_msg = value; }
  477. }
  478. private global::ProtoBuf.IExtension extensionObject;
  479. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  480. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  481. }
  482. //---------------------------------------------------------------------------------------
  483. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UnlockSkillResponse")]
  484. public partial class UnlockSkillResponse : global::ProtoBuf.IExtensible
  485. {
  486. public UnlockSkillResponse() {}
  487. private int _s2c_code;
  488. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  489. public int s2c_code
  490. {
  491. get { return _s2c_code; }
  492. set { _s2c_code = value; }
  493. }
  494. private string _s2c_msg = "";
  495. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  496. [global::System.ComponentModel.DefaultValue("")]
  497. public string s2c_msg
  498. {
  499. get { return _s2c_msg; }
  500. set { _s2c_msg = value; }
  501. }
  502. private global::ProtoBuf.IExtension extensionObject;
  503. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  504. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  505. }
  506. //---------------------------------------------------------------------------------------
  507. /// <summary>
  508. /// 单个技能一键升级 636
  509. /// </summary>
  510. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpgradeSkillOneKeySimpleRequest")]
  511. public partial class UpgradeSkillOneKeySimpleRequest : global::ProtoBuf.IExtensible
  512. {
  513. public UpgradeSkillOneKeySimpleRequest() {}
  514. private int _s2c_skillId;
  515. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_skillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  516. public int s2c_skillId
  517. {
  518. get { return _s2c_skillId; }
  519. set { _s2c_skillId = value; }
  520. }
  521. private global::ProtoBuf.IExtension extensionObject;
  522. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  523. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  524. }
  525. //---------------------------------------------------------------------------------------
  526. /// <summary>
  527. /// 单个技能一键升级 636
  528. /// </summary>
  529. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpgradeSkillOneKeySimpleResponse")]
  530. public partial class UpgradeSkillOneKeySimpleResponse : global::ProtoBuf.IExtensible
  531. {
  532. public UpgradeSkillOneKeySimpleResponse() {}
  533. private int _s2c_code;
  534. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  535. public int s2c_code
  536. {
  537. get { return _s2c_code; }
  538. set { _s2c_code = value; }
  539. }
  540. private string _s2c_msg = "";
  541. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  542. [global::System.ComponentModel.DefaultValue("")]
  543. public string s2c_msg
  544. {
  545. get { return _s2c_msg; }
  546. set { _s2c_msg = value; }
  547. }
  548. private global::ProtoBuf.IExtension extensionObject;
  549. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  550. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  551. }
  552. //---------------------------------------------------------------------------------------
  553. /// <summary>
  554. /// 单个技能重置 637
  555. /// </summary>
  556. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ResetSkillSimpleRequest")]
  557. public partial class ResetSkillSimpleRequest : global::ProtoBuf.IExtensible
  558. {
  559. public ResetSkillSimpleRequest() {}
  560. private int _s2c_skillId;
  561. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_skillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  562. public int s2c_skillId
  563. {
  564. get { return _s2c_skillId; }
  565. set { _s2c_skillId = value; }
  566. }
  567. private global::ProtoBuf.IExtension extensionObject;
  568. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  569. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  570. }
  571. //---------------------------------------------------------------------------------------
  572. /// <summary>
  573. /// 单个技能重置 637
  574. /// </summary>
  575. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ResetSkillSimpleResponse")]
  576. public partial class ResetSkillSimpleResponse : global::ProtoBuf.IExtensible
  577. {
  578. public ResetSkillSimpleResponse() {}
  579. private int _s2c_code;
  580. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  581. public int s2c_code
  582. {
  583. get { return _s2c_code; }
  584. set { _s2c_code = value; }
  585. }
  586. private string _s2c_msg = "";
  587. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  588. [global::System.ComponentModel.DefaultValue("")]
  589. public string s2c_msg
  590. {
  591. get { return _s2c_msg; }
  592. set { _s2c_msg = value; }
  593. }
  594. private global::ProtoBuf.IExtension extensionObject;
  595. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  596. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  597. }
  598. //---------------------------------------------------------------------------------------
  599. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SkillUpdatePush")]
  600. public partial class SkillUpdatePush : global::ProtoBuf.IExtensible
  601. {
  602. public SkillUpdatePush() {}
  603. private int _s2c_code;
  604. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  605. public int s2c_code
  606. {
  607. get { return _s2c_code; }
  608. set { _s2c_code = value; }
  609. }
  610. private readonly global::System.Collections.Generic.List<pomelo.area.SkillBasic> _s2c_data = new global::System.Collections.Generic.List<pomelo.area.SkillBasic>();
  611. [global::ProtoBuf.ProtoMember(2, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
  612. public global::System.Collections.Generic.List<pomelo.area.SkillBasic> s2c_data
  613. {
  614. get { return _s2c_data; }
  615. }
  616. private global::ProtoBuf.IExtension extensionObject;
  617. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  618. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  619. }
  620. }