_daoYouHandler.cs 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006
  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-08-13
  12. // * 用途: 道友协议
  13. // ***************************************************************************/
  14. // Generated from: daoYouHandler.proto
  15. namespace pomelo.daoyou
  16. {
  17. //---------------------------------------------------------------------------------------
  18. /// <summary>
  19. /// 道友信息
  20. /// </summary>
  21. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouInfo")]
  22. public partial class DaoYouInfo : global::ProtoBuf.IExtensible
  23. {
  24. public DaoYouInfo() {}
  25. private string _playerId = "";
  26. /// <summary>
  27. /// 玩家ID
  28. /// </summary>
  29. [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)]
  30. [global::System.ComponentModel.DefaultValue("")]
  31. public string playerId
  32. {
  33. get { return _playerId; }
  34. set { _playerId = value; }
  35. }
  36. private string _playerName = "";
  37. /// <summary>
  38. /// 玩家名称
  39. /// </summary>
  40. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"playerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  41. [global::System.ComponentModel.DefaultValue("")]
  42. public string playerName
  43. {
  44. get { return _playerName; }
  45. set { _playerName = value; }
  46. }
  47. private int _playerLvl = default(int);
  48. /// <summary>
  49. /// 玩家等级
  50. /// </summary>
  51. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"playerLvl", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  52. [global::System.ComponentModel.DefaultValue(default(int))]
  53. public int playerLvl
  54. {
  55. get { return _playerLvl; }
  56. set { _playerLvl = value; }
  57. }
  58. private int _pro = default(int);
  59. /// <summary>
  60. /// 职业
  61. /// </summary>
  62. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  63. [global::System.ComponentModel.DefaultValue(default(int))]
  64. public int pro
  65. {
  66. get { return _pro; }
  67. set { _pro = value; }
  68. }
  69. private int _playerUpLvl = default(int);
  70. /// <summary>
  71. /// 玩家进阶等级
  72. /// </summary>
  73. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"playerUpLvl", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  74. [global::System.ComponentModel.DefaultValue(default(int))]
  75. public int playerUpLvl
  76. {
  77. get { return _playerUpLvl; }
  78. set { _playerUpLvl = value; }
  79. }
  80. private string _areaName = "";
  81. /// <summary>
  82. /// 玩家所在场景
  83. /// </summary>
  84. [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"areaName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  85. [global::System.ComponentModel.DefaultValue("")]
  86. public string areaName
  87. {
  88. get { return _areaName; }
  89. set { _areaName = value; }
  90. }
  91. private long _playerFightPower = default(long);
  92. /// <summary>
  93. /// 玩家战斗力
  94. /// </summary>
  95. [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"playerFightPower", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  96. [global::System.ComponentModel.DefaultValue(default(long))]
  97. public long playerFightPower
  98. {
  99. get { return _playerFightPower; }
  100. set { _playerFightPower = value; }
  101. }
  102. private int _isAdmin = default(int);
  103. /// <summary>
  104. /// 是否是管理员
  105. /// </summary>
  106. [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"isAdmin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  107. [global::System.ComponentModel.DefaultValue(default(int))]
  108. public int isAdmin
  109. {
  110. get { return _isAdmin; }
  111. set { _isAdmin = value; }
  112. }
  113. private int _onlineState = default(int);
  114. /// <summary>
  115. /// 在线状态(0:离线 1:在线)
  116. /// </summary>
  117. [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"onlineState", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  118. [global::System.ComponentModel.DefaultValue(default(int))]
  119. public int onlineState
  120. {
  121. get { return _onlineState; }
  122. set { _onlineState = value; }
  123. }
  124. private int _lastActiveTime = default(int);
  125. /// <summary>
  126. /// 上次离线时间
  127. /// </summary>
  128. [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"lastActiveTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  129. [global::System.ComponentModel.DefaultValue(default(int))]
  130. public int lastActiveTime
  131. {
  132. get { return _lastActiveTime; }
  133. set { _lastActiveTime = value; }
  134. }
  135. private int _joinTime = default(int);
  136. /// <summary>
  137. /// 加入道友的时间
  138. /// </summary>
  139. [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"joinTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  140. [global::System.ComponentModel.DefaultValue(default(int))]
  141. public int joinTime
  142. {
  143. get { return _joinTime; }
  144. set { _joinTime = value; }
  145. }
  146. private global::ProtoBuf.IExtension extensionObject;
  147. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  148. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  149. }
  150. //---------------------------------------------------------------------------------------
  151. /// <summary>
  152. /// 系统和留言信息
  153. /// </summary>
  154. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouMessage")]
  155. public partial class DaoYouMessage : global::ProtoBuf.IExtensible
  156. {
  157. public DaoYouMessage() {}
  158. private int _type = default(int);
  159. /// <summary>
  160. /// 信息类型(1:系统 2:留言)
  161. /// </summary>
  162. [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  163. [global::System.ComponentModel.DefaultValue(default(int))]
  164. public int type
  165. {
  166. get { return _type; }
  167. set { _type = value; }
  168. }
  169. private string _content = "";
  170. /// <summary>
  171. /// 内容
  172. /// </summary>
  173. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"content", DataFormat = global::ProtoBuf.DataFormat.Default)]
  174. [global::System.ComponentModel.DefaultValue("")]
  175. public string content
  176. {
  177. get { return _content; }
  178. set { _content = value; }
  179. }
  180. private int _time = default(int);
  181. /// <summary>
  182. /// 时间
  183. /// </summary>
  184. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  185. [global::System.ComponentModel.DefaultValue(default(int))]
  186. public int time
  187. {
  188. get { return _time; }
  189. set { _time = value; }
  190. }
  191. private global::ProtoBuf.IExtension extensionObject;
  192. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  193. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  194. }
  195. //---------------------------------------------------------------------------------------
  196. /// <summary>
  197. /// 打开道友界面请求
  198. /// </summary>
  199. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouRequest")]
  200. public partial class DaoYouRequest : global::ProtoBuf.IExtensible
  201. {
  202. public DaoYouRequest() {}
  203. private global::ProtoBuf.IExtension extensionObject;
  204. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  205. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  206. }
  207. //---------------------------------------------------------------------------------------
  208. /// <summary>
  209. /// 打开道友界面响应
  210. /// </summary>
  211. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouResponse")]
  212. public partial class DaoYouResponse : global::ProtoBuf.IExtensible
  213. {
  214. public DaoYouResponse() {}
  215. private int _s2c_code;
  216. /// <summary>
  217. /// 状态(1:成功 0:失败)
  218. /// </summary>
  219. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  220. public int s2c_code
  221. {
  222. get { return _s2c_code; }
  223. set { _s2c_code = value; }
  224. }
  225. private string _s2c_msg = "";
  226. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  227. [global::System.ComponentModel.DefaultValue("")]
  228. public string s2c_msg
  229. {
  230. get { return _s2c_msg; }
  231. set { _s2c_msg = value; }
  232. }
  233. private int _isHasDaoYou = default(int);
  234. /// <summary>
  235. /// 是否有道友(1:有 0:没有)
  236. /// </summary>
  237. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"isHasDaoYou", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  238. [global::System.ComponentModel.DefaultValue(default(int))]
  239. public int isHasDaoYou
  240. {
  241. get { return _isHasDaoYou; }
  242. set { _isHasDaoYou = value; }
  243. }
  244. private int _isEditedDyName = default(int);
  245. /// <summary>
  246. /// 是否修改过道友名称(0:没有 1:修改过)
  247. /// </summary>
  248. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"isEditedDyName", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  249. [global::System.ComponentModel.DefaultValue(default(int))]
  250. public int isEditedDyName
  251. {
  252. get { return _isEditedDyName; }
  253. set { _isEditedDyName = value; }
  254. }
  255. private string _dyId = "";
  256. /// <summary>
  257. /// 道友团id
  258. /// </summary>
  259. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"dyId", DataFormat = global::ProtoBuf.DataFormat.Default)]
  260. [global::System.ComponentModel.DefaultValue("")]
  261. public string dyId
  262. {
  263. get { return _dyId; }
  264. set { _dyId = value; }
  265. }
  266. private string _dyName = "";
  267. /// <summary>
  268. /// 道友团名称
  269. /// </summary>
  270. [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"dyName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  271. [global::System.ComponentModel.DefaultValue("")]
  272. public string dyName
  273. {
  274. get { return _dyName; }
  275. set { _dyName = value; }
  276. }
  277. private long _dyAmbiguity = default(long);
  278. /// <summary>
  279. /// 义气值
  280. /// </summary>
  281. [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"dyAmbiguity", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  282. [global::System.ComponentModel.DefaultValue(default(long))]
  283. public long dyAmbiguity
  284. {
  285. get { return _dyAmbiguity; }
  286. set { _dyAmbiguity = value; }
  287. }
  288. private int _dyRank = default(int);
  289. /// <summary>
  290. /// 道友排名
  291. /// </summary>
  292. [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"dyRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  293. [global::System.ComponentModel.DefaultValue(default(int))]
  294. public int dyRank
  295. {
  296. get { return _dyRank; }
  297. set { _dyRank = value; }
  298. }
  299. private string _dyNotice = "";
  300. /// <summary>
  301. /// 公告
  302. /// </summary>
  303. [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"dyNotice", DataFormat = global::ProtoBuf.DataFormat.Default)]
  304. [global::System.ComponentModel.DefaultValue("")]
  305. public string dyNotice
  306. {
  307. get { return _dyNotice; }
  308. set { _dyNotice = value; }
  309. }
  310. private readonly global::System.Collections.Generic.List<pomelo.daoyou.DaoYouMessage> _message = new global::System.Collections.Generic.List<pomelo.daoyou.DaoYouMessage>();
  311. [global::ProtoBuf.ProtoMember(10, Name=@"message", DataFormat = global::ProtoBuf.DataFormat.Default)]
  312. public global::System.Collections.Generic.List<pomelo.daoyou.DaoYouMessage> message
  313. {
  314. get { return _message; }
  315. }
  316. private readonly global::System.Collections.Generic.List<pomelo.daoyou.DaoYouInfo> _dyInfo = new global::System.Collections.Generic.List<pomelo.daoyou.DaoYouInfo>();
  317. [global::ProtoBuf.ProtoMember(11, Name=@"dyInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  318. public global::System.Collections.Generic.List<pomelo.daoyou.DaoYouInfo> dyInfo
  319. {
  320. get { return _dyInfo; }
  321. }
  322. private global::ProtoBuf.IExtension extensionObject;
  323. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  324. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  325. }
  326. //---------------------------------------------------------------------------------------
  327. /// <summary>
  328. /// 邀请道友请求
  329. /// </summary>
  330. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouInviteDaoYouRequest")]
  331. public partial class DaoYouInviteDaoYouRequest : global::ProtoBuf.IExtensible
  332. {
  333. public DaoYouInviteDaoYouRequest() {}
  334. private string _playerId;
  335. /// <summary>
  336. /// 被邀请的玩家ID
  337. /// </summary>
  338. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)]
  339. public string playerId
  340. {
  341. get { return _playerId; }
  342. set { _playerId = value; }
  343. }
  344. private global::ProtoBuf.IExtension extensionObject;
  345. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  346. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  347. }
  348. //---------------------------------------------------------------------------------------
  349. /// <summary>
  350. /// 邀请道友响应
  351. /// </summary>
  352. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouInviteDaoYouResponse")]
  353. public partial class DaoYouInviteDaoYouResponse : global::ProtoBuf.IExtensible
  354. {
  355. public DaoYouInviteDaoYouResponse() {}
  356. private int _s2c_code;
  357. /// <summary>
  358. /// 状态(成功、失败)
  359. /// </summary>
  360. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  361. public int s2c_code
  362. {
  363. get { return _s2c_code; }
  364. set { _s2c_code = value; }
  365. }
  366. private string _s2c_msg = "";
  367. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  368. [global::System.ComponentModel.DefaultValue("")]
  369. public string s2c_msg
  370. {
  371. get { return _s2c_msg; }
  372. set { _s2c_msg = value; }
  373. }
  374. private global::ProtoBuf.IExtension extensionObject;
  375. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  376. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  377. }
  378. //---------------------------------------------------------------------------------------
  379. /// <summary>
  380. /// 快捷组队道友请求
  381. /// </summary>
  382. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouFastInviteDaoYouRequest")]
  383. public partial class DaoYouFastInviteDaoYouRequest : global::ProtoBuf.IExtensible
  384. {
  385. public DaoYouFastInviteDaoYouRequest() {}
  386. private global::ProtoBuf.IExtension extensionObject;
  387. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  388. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  389. }
  390. //---------------------------------------------------------------------------------------
  391. /// <summary>
  392. /// 快捷组队道友响应
  393. /// </summary>
  394. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouFastInviteDaoYouResponse")]
  395. public partial class DaoYouFastInviteDaoYouResponse : global::ProtoBuf.IExtensible
  396. {
  397. public DaoYouFastInviteDaoYouResponse() {}
  398. private int _s2c_code;
  399. /// <summary>
  400. /// 状态(成功、失败)
  401. /// </summary>
  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 global::ProtoBuf.IExtension extensionObject;
  417. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  418. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  419. }
  420. //---------------------------------------------------------------------------------------
  421. /// <summary>
  422. /// 修改道友名称请求
  423. /// </summary>
  424. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouEditTeamNameRequest")]
  425. public partial class DaoYouEditTeamNameRequest : global::ProtoBuf.IExtensible
  426. {
  427. public DaoYouEditTeamNameRequest() {}
  428. private string _teamName;
  429. /// <summary>
  430. /// 道友团队名称
  431. /// </summary>
  432. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"teamName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  433. public string teamName
  434. {
  435. get { return _teamName; }
  436. set { _teamName = value; }
  437. }
  438. private int _itemId = default(int);
  439. /// <summary>
  440. /// 道友信物id
  441. /// </summary>
  442. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"itemId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  443. [global::System.ComponentModel.DefaultValue(default(int))]
  444. public int itemId
  445. {
  446. get { return _itemId; }
  447. set { _itemId = value; }
  448. }
  449. private global::ProtoBuf.IExtension extensionObject;
  450. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  451. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  452. }
  453. //---------------------------------------------------------------------------------------
  454. /// <summary>
  455. /// 修改道友名称响应
  456. /// </summary>
  457. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouEditTeamNameResponse")]
  458. public partial class DaoYouEditTeamNameResponse : global::ProtoBuf.IExtensible
  459. {
  460. public DaoYouEditTeamNameResponse() {}
  461. private int _s2c_code;
  462. /// <summary>
  463. /// 状态(成功、失败)
  464. /// </summary>
  465. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  466. public int s2c_code
  467. {
  468. get { return _s2c_code; }
  469. set { _s2c_code = value; }
  470. }
  471. private string _s2c_msg = "";
  472. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  473. [global::System.ComponentModel.DefaultValue("")]
  474. public string s2c_msg
  475. {
  476. get { return _s2c_msg; }
  477. set { _s2c_msg = value; }
  478. }
  479. private global::ProtoBuf.IExtension extensionObject;
  480. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  481. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  482. }
  483. //---------------------------------------------------------------------------------------
  484. /// <summary>
  485. /// 留言请求
  486. /// </summary>
  487. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouLeaveMessageRequest")]
  488. public partial class DaoYouLeaveMessageRequest : global::ProtoBuf.IExtensible
  489. {
  490. public DaoYouLeaveMessageRequest() {}
  491. private string _message;
  492. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"message", DataFormat = global::ProtoBuf.DataFormat.Default)]
  493. public string message
  494. {
  495. get { return _message; }
  496. set { _message = value; }
  497. }
  498. private global::ProtoBuf.IExtension extensionObject;
  499. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  500. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  501. }
  502. //---------------------------------------------------------------------------------------
  503. /// <summary>
  504. /// 留言响应
  505. /// </summary>
  506. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouLeaveMessageResponse")]
  507. public partial class DaoYouLeaveMessageResponse : global::ProtoBuf.IExtensible
  508. {
  509. public DaoYouLeaveMessageResponse() {}
  510. private int _s2c_code;
  511. /// <summary>
  512. /// 状态(成功、失败)
  513. /// </summary>
  514. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  515. public int s2c_code
  516. {
  517. get { return _s2c_code; }
  518. set { _s2c_code = value; }
  519. }
  520. private string _s2c_msg = "";
  521. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  522. [global::System.ComponentModel.DefaultValue("")]
  523. public string s2c_msg
  524. {
  525. get { return _s2c_msg; }
  526. set { _s2c_msg = value; }
  527. }
  528. private global::ProtoBuf.IExtension extensionObject;
  529. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  530. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  531. }
  532. //---------------------------------------------------------------------------------------
  533. /// <summary>
  534. /// 公告请求
  535. /// </summary>
  536. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouNoticeRequest")]
  537. public partial class DaoYouNoticeRequest : global::ProtoBuf.IExtensible
  538. {
  539. public DaoYouNoticeRequest() {}
  540. private string _notice;
  541. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"notice", DataFormat = global::ProtoBuf.DataFormat.Default)]
  542. public string notice
  543. {
  544. get { return _notice; }
  545. set { _notice = value; }
  546. }
  547. private global::ProtoBuf.IExtension extensionObject;
  548. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  549. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  550. }
  551. //---------------------------------------------------------------------------------------
  552. /// <summary>
  553. /// 公告响应
  554. /// </summary>
  555. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouNoticeResponse")]
  556. public partial class DaoYouNoticeResponse : global::ProtoBuf.IExtensible
  557. {
  558. public DaoYouNoticeResponse() {}
  559. private int _s2c_code;
  560. /// <summary>
  561. /// 状态(成功、失败)
  562. /// </summary>
  563. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  564. public int s2c_code
  565. {
  566. get { return _s2c_code; }
  567. set { _s2c_code = value; }
  568. }
  569. private string _s2c_msg = "";
  570. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  571. [global::System.ComponentModel.DefaultValue("")]
  572. public string s2c_msg
  573. {
  574. get { return _s2c_msg; }
  575. set { _s2c_msg = value; }
  576. }
  577. private global::ProtoBuf.IExtension extensionObject;
  578. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  579. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  580. }
  581. //---------------------------------------------------------------------------------------
  582. /// <summary>
  583. /// 踢出道友团队请求
  584. /// </summary>
  585. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouKickTeamRequest")]
  586. public partial class DaoYouKickTeamRequest : global::ProtoBuf.IExtensible
  587. {
  588. public DaoYouKickTeamRequest() {}
  589. private string _playerId;
  590. /// <summary>
  591. /// 被踢的玩家ID
  592. /// </summary>
  593. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)]
  594. public string playerId
  595. {
  596. get { return _playerId; }
  597. set { _playerId = value; }
  598. }
  599. private global::ProtoBuf.IExtension extensionObject;
  600. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  601. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  602. }
  603. //---------------------------------------------------------------------------------------
  604. /// <summary>
  605. /// 踢出道友团队响应
  606. /// </summary>
  607. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouKickTeamResponse")]
  608. public partial class DaoYouKickTeamResponse : global::ProtoBuf.IExtensible
  609. {
  610. public DaoYouKickTeamResponse() {}
  611. private int _s2c_code;
  612. /// <summary>
  613. /// 状态(成功、失败)
  614. /// </summary>
  615. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  616. public int s2c_code
  617. {
  618. get { return _s2c_code; }
  619. set { _s2c_code = value; }
  620. }
  621. private string _s2c_msg = "";
  622. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  623. [global::System.ComponentModel.DefaultValue("")]
  624. public string s2c_msg
  625. {
  626. get { return _s2c_msg; }
  627. set { _s2c_msg = value; }
  628. }
  629. private global::ProtoBuf.IExtension extensionObject;
  630. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  631. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  632. }
  633. //---------------------------------------------------------------------------------------
  634. /// <summary>
  635. /// 转让管理职位请求
  636. /// </summary>
  637. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouTransferAdminRequest")]
  638. public partial class DaoYouTransferAdminRequest : global::ProtoBuf.IExtensible
  639. {
  640. public DaoYouTransferAdminRequest() {}
  641. private string _playerId;
  642. /// <summary>
  643. /// 转让的玩家ID
  644. /// </summary>
  645. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)]
  646. public string playerId
  647. {
  648. get { return _playerId; }
  649. set { _playerId = value; }
  650. }
  651. private global::ProtoBuf.IExtension extensionObject;
  652. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  653. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  654. }
  655. //---------------------------------------------------------------------------------------
  656. /// <summary>
  657. /// 转让管理职位响应
  658. /// </summary>
  659. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouTransferAdminResponse")]
  660. public partial class DaoYouTransferAdminResponse : global::ProtoBuf.IExtensible
  661. {
  662. public DaoYouTransferAdminResponse() {}
  663. private int _s2c_code;
  664. /// <summary>
  665. /// 状态(成功、失败)
  666. /// </summary>
  667. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  668. public int s2c_code
  669. {
  670. get { return _s2c_code; }
  671. set { _s2c_code = value; }
  672. }
  673. private string _s2c_msg = "";
  674. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  675. [global::System.ComponentModel.DefaultValue("")]
  676. public string s2c_msg
  677. {
  678. get { return _s2c_msg; }
  679. set { _s2c_msg = value; }
  680. }
  681. private global::ProtoBuf.IExtension extensionObject;
  682. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  683. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  684. }
  685. //---------------------------------------------------------------------------------------
  686. /// <summary>
  687. /// 退出道友请求
  688. /// </summary>
  689. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouQuitTeamRequest")]
  690. public partial class DaoYouQuitTeamRequest : global::ProtoBuf.IExtensible
  691. {
  692. public DaoYouQuitTeamRequest() {}
  693. private global::ProtoBuf.IExtension extensionObject;
  694. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  695. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  696. }
  697. //---------------------------------------------------------------------------------------
  698. /// <summary>
  699. /// 退出道友响应
  700. /// </summary>
  701. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DaoYouQuitTeamResponse")]
  702. public partial class DaoYouQuitTeamResponse : global::ProtoBuf.IExtensible
  703. {
  704. public DaoYouQuitTeamResponse() {}
  705. private int _s2c_code;
  706. /// <summary>
  707. /// 状态(成功、失败)
  708. /// </summary>
  709. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  710. public int s2c_code
  711. {
  712. get { return _s2c_code; }
  713. set { _s2c_code = value; }
  714. }
  715. private string _s2c_msg = "";
  716. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  717. [global::System.ComponentModel.DefaultValue("")]
  718. public string s2c_msg
  719. {
  720. get { return _s2c_msg; }
  721. set { _s2c_msg = value; }
  722. }
  723. private global::ProtoBuf.IExtension extensionObject;
  724. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  725. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  726. }
  727. //---------------------------------------------------------------------------------------
  728. /// <summary>
  729. /// 召唤道友(信号弹)请求
  730. /// </summary>
  731. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"CallDaoyouRequest")]
  732. public partial class CallDaoyouRequest : global::ProtoBuf.IExtensible
  733. {
  734. public CallDaoyouRequest() {}
  735. private global::ProtoBuf.IExtension extensionObject;
  736. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  737. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  738. }
  739. //---------------------------------------------------------------------------------------
  740. /// <summary>
  741. /// 召唤道友(信号弹)返回
  742. /// </summary>
  743. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"CallDaoyouResponse")]
  744. public partial class CallDaoyouResponse : global::ProtoBuf.IExtensible
  745. {
  746. public CallDaoyouResponse() {}
  747. private int _s2c_code;
  748. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  749. public int s2c_code
  750. {
  751. get { return _s2c_code; }
  752. set { _s2c_code = value; }
  753. }
  754. private string _s2c_msg = "";
  755. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  756. [global::System.ComponentModel.DefaultValue("")]
  757. public string s2c_msg
  758. {
  759. get { return _s2c_msg; }
  760. set { _s2c_msg = value; }
  761. }
  762. private global::ProtoBuf.IExtension extensionObject;
  763. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  764. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  765. }
  766. //---------------------------------------------------------------------------------------
  767. /// <summary>
  768. /// 领取义气值奖励请求
  769. /// </summary>
  770. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ReceiveAmbiguityAwardRequest")]
  771. public partial class ReceiveAmbiguityAwardRequest : global::ProtoBuf.IExtensible
  772. {
  773. public ReceiveAmbiguityAwardRequest() {}
  774. private int _awardId;
  775. /// <summary>
  776. /// 奖励id
  777. /// </summary>
  778. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"awardId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  779. public int awardId
  780. {
  781. get { return _awardId; }
  782. set { _awardId = value; }
  783. }
  784. private global::ProtoBuf.IExtension extensionObject;
  785. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  786. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  787. }
  788. //---------------------------------------------------------------------------------------
  789. /// <summary>
  790. /// 领取义气值奖励返回
  791. /// </summary>
  792. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ReceiveAmbiguityAwardResponse")]
  793. public partial class ReceiveAmbiguityAwardResponse : global::ProtoBuf.IExtensible
  794. {
  795. public ReceiveAmbiguityAwardResponse() {}
  796. private int _s2c_code;
  797. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  798. public int s2c_code
  799. {
  800. get { return _s2c_code; }
  801. set { _s2c_code = value; }
  802. }
  803. private string _s2c_msg = "";
  804. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  805. [global::System.ComponentModel.DefaultValue("")]
  806. public string s2c_msg
  807. {
  808. get { return _s2c_msg; }
  809. set { _s2c_msg = value; }
  810. }
  811. private global::ProtoBuf.IExtension extensionObject;
  812. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  813. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  814. }
  815. }