_followerHandler.cs 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733
  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-10-17
  12. // * 用途: 随从数据
  13. // ***************************************************************************
  14. // Generated from: followerHandler.proto
  15. // Note: requires additional types generated from: common.proto
  16. // Note: requires additional types generated from: item.proto
  17. namespace pomelo.follower
  18. {
  19. //---------------------------------------------------------------------------------------
  20. /// <summary>
  21. /// 随从技能对象
  22. /// </summary>
  23. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"Skill")]
  24. public partial class Skill : global::ProtoBuf.IExtensible
  25. {
  26. public Skill() {}
  27. private int _skillId;
  28. /// <summary>
  29. /// 技能模板id
  30. /// </summary>
  31. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"skillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  32. public int skillId
  33. {
  34. get { return _skillId; }
  35. set { _skillId = value; }
  36. }
  37. private int _level = default(int);
  38. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  39. [global::System.ComponentModel.DefaultValue(default(int))]
  40. public int level
  41. {
  42. get { return _level; }
  43. set { _level = value; }
  44. }
  45. private int _pos = default(int);
  46. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  47. [global::System.ComponentModel.DefaultValue(default(int))]
  48. public int pos
  49. {
  50. get { return _pos; }
  51. set { _pos = value; }
  52. }
  53. private bool _isLocking = default(bool);
  54. /// <summary>
  55. /// 该技能的锁定状态(主动技能忽略该字段)
  56. /// </summary>
  57. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"isLocking", DataFormat = global::ProtoBuf.DataFormat.Default)]
  58. [global::System.ComponentModel.DefaultValue(default(bool))]
  59. public bool isLocking
  60. {
  61. get { return _isLocking; }
  62. set { _isLocking = value; }
  63. }
  64. private int _kind = default(int);
  65. /// <summary>
  66. /// 技能种类(0:固元 1:秘法 2:神通)
  67. /// </summary>
  68. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"kind", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  69. [global::System.ComponentModel.DefaultValue(default(int))]
  70. public int kind
  71. {
  72. get { return _kind; }
  73. set { _kind = value; }
  74. }
  75. private global::ProtoBuf.IExtension extensionObject;
  76. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  77. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  78. }
  79. //---------------------------------------------------------------------------------------
  80. /// <summary>
  81. /// 属性对象
  82. /// </summary>
  83. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"Attributes")]
  84. public partial class Attributes : global::ProtoBuf.IExtensible
  85. {
  86. public Attributes() {}
  87. private int _attributesKey;
  88. /// <summary>
  89. /// 属性id
  90. /// </summary>
  91. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"attributesKey", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  92. public int attributesKey
  93. {
  94. get { return _attributesKey; }
  95. set { _attributesKey = value; }
  96. }
  97. private string _attributesVelue = "";
  98. /// <summary>
  99. /// 值
  100. /// </summary>
  101. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"attributesVelue", DataFormat = global::ProtoBuf.DataFormat.Default)]
  102. [global::System.ComponentModel.DefaultValue("")]
  103. public string attributesVelue
  104. {
  105. get { return _attributesVelue; }
  106. set { _attributesVelue = value; }
  107. }
  108. private int _attributesDesc = default(int);
  109. /// <summary>
  110. /// 策划配置的属性显示描述
  111. /// </summary>
  112. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"attributesDesc", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  113. [global::System.ComponentModel.DefaultValue(default(int))]
  114. public int attributesDesc
  115. {
  116. get { return _attributesDesc; }
  117. set { _attributesDesc = value; }
  118. }
  119. private global::ProtoBuf.IExtension extensionObject;
  120. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  121. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  122. }
  123. //---------------------------------------------------------------------------------------
  124. /// <summary>
  125. /// 随从信息对象
  126. /// </summary>
  127. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FollowerInfo")]
  128. public partial class FollowerInfo : global::ProtoBuf.IExtensible
  129. {
  130. public FollowerInfo() {}
  131. private string _id;
  132. /// <summary>
  133. /// 随从唯一id
  134. /// </summary>
  135. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
  136. public string id
  137. {
  138. get { return _id; }
  139. set { _id = value; }
  140. }
  141. private int _followerId = default(int);
  142. /// <summary>
  143. /// 随从模板id
  144. /// </summary>
  145. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"followerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  146. [global::System.ComponentModel.DefaultValue(default(int))]
  147. public int followerId
  148. {
  149. get { return _followerId; }
  150. set { _followerId = value; }
  151. }
  152. private string _name = "";
  153. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
  154. [global::System.ComponentModel.DefaultValue("")]
  155. public string name
  156. {
  157. get { return _name; }
  158. set { _name = value; }
  159. }
  160. private int _skin = default(int);
  161. /// <summary>
  162. /// (模型的品阶)
  163. /// </summary>
  164. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"skin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  165. [global::System.ComponentModel.DefaultValue(default(int))]
  166. public int skin
  167. {
  168. get { return _skin; }
  169. set { _skin = value; }
  170. }
  171. private int _sex = default(int);
  172. /// <summary>
  173. /// 性别(0:男 1:女)
  174. /// </summary>
  175. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"sex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  176. [global::System.ComponentModel.DefaultValue(default(int))]
  177. public int sex
  178. {
  179. get { return _sex; }
  180. set { _sex = value; }
  181. }
  182. private int _type = default(int);
  183. /// <summary>
  184. /// 随从类型(1:神 2:妖 3:鬼 4:龙)
  185. /// </summary>
  186. [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  187. [global::System.ComponentModel.DefaultValue(default(int))]
  188. public int type
  189. {
  190. get { return _type; }
  191. set { _type = value; }
  192. }
  193. private int _qcolor = default(int);
  194. /// <summary>
  195. /// 品质(颜色)
  196. /// </summary>
  197. [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"qcolor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  198. [global::System.ComponentModel.DefaultValue(default(int))]
  199. public int qcolor
  200. {
  201. get { return _qcolor; }
  202. set { _qcolor = value; }
  203. }
  204. private int _generation = default(int);
  205. /// <summary>
  206. /// 随从世代(1代不可赠送,可繁衍; 2代可赠送,不可繁衍)
  207. /// </summary>
  208. [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"generation", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  209. [global::System.ComponentModel.DefaultValue(default(int))]
  210. public int generation
  211. {
  212. get { return _generation; }
  213. set { _generation = value; }
  214. }
  215. private int _level = default(int);
  216. /// <summary>
  217. /// 等级
  218. /// </summary>
  219. [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  220. [global::System.ComponentModel.DefaultValue(default(int))]
  221. public int level
  222. {
  223. get { return _level; }
  224. set { _level = value; }
  225. }
  226. private long _exp = default(long);
  227. /// <summary>
  228. /// 经验
  229. /// </summary>
  230. [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"exp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  231. [global::System.ComponentModel.DefaultValue(default(long))]
  232. public long exp
  233. {
  234. get { return _exp; }
  235. set { _exp = value; }
  236. }
  237. private int _grade = default(int);
  238. /// <summary>
  239. /// 品阶
  240. /// </summary>
  241. [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"grade", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  242. [global::System.ComponentModel.DefaultValue(default(int))]
  243. public int grade
  244. {
  245. get { return _grade; }
  246. set { _grade = value; }
  247. }
  248. private int _fightPower = default(int);
  249. /// <summary>
  250. /// 战力
  251. /// </summary>
  252. [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"fightPower", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  253. [global::System.ComponentModel.DefaultValue(default(int))]
  254. public int fightPower
  255. {
  256. get { return _fightPower; }
  257. set { _fightPower = value; }
  258. }
  259. private bool _isFight = default(bool);
  260. /// <summary>
  261. /// 是否出战
  262. /// </summary>
  263. [global::ProtoBuf.ProtoMember(13, IsRequired = false, Name=@"isFight", DataFormat = global::ProtoBuf.DataFormat.Default)]
  264. [global::System.ComponentModel.DefaultValue(default(bool))]
  265. public bool isFight
  266. {
  267. get { return _isFight; }
  268. set { _isFight = value; }
  269. }
  270. private bool _isBattleArray = default(bool);
  271. /// <summary>
  272. /// 是否上阵
  273. /// </summary>
  274. [global::ProtoBuf.ProtoMember(14, IsRequired = false, Name=@"isBattleArray", DataFormat = global::ProtoBuf.DataFormat.Default)]
  275. [global::System.ComponentModel.DefaultValue(default(bool))]
  276. public bool isBattleArray
  277. {
  278. get { return _isBattleArray; }
  279. set { _isBattleArray = value; }
  280. }
  281. private readonly global::System.Collections.Generic.List<pomelo.follower.Skill> _skills = new global::System.Collections.Generic.List<pomelo.follower.Skill>();
  282. /// <summary>
  283. /// 主动技能
  284. /// </summary>
  285. [global::ProtoBuf.ProtoMember(15, Name=@"skills", DataFormat = global::ProtoBuf.DataFormat.Default)]
  286. public global::System.Collections.Generic.List<pomelo.follower.Skill> skills
  287. {
  288. get { return _skills; }
  289. }
  290. private readonly global::System.Collections.Generic.List<pomelo.follower.Skill> _passiveSkills = new global::System.Collections.Generic.List<pomelo.follower.Skill>();
  291. /// <summary>
  292. /// 被动技能
  293. /// </summary>
  294. [global::ProtoBuf.ProtoMember(16, Name=@"passiveSkills", DataFormat = global::ProtoBuf.DataFormat.Default)]
  295. public global::System.Collections.Generic.List<pomelo.follower.Skill> passiveSkills
  296. {
  297. get { return _passiveSkills; }
  298. }
  299. private readonly global::System.Collections.Generic.List<pomelo.follower.Attributes> _property = new global::System.Collections.Generic.List<pomelo.follower.Attributes>();
  300. /// <summary>
  301. /// 属性
  302. /// </summary>
  303. [global::ProtoBuf.ProtoMember(17, Name=@"property", DataFormat = global::ProtoBuf.DataFormat.Default)]
  304. public global::System.Collections.Generic.List<pomelo.follower.Attributes> property
  305. {
  306. get { return _property; }
  307. }
  308. private global::ProtoBuf.IExtension extensionObject;
  309. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  310. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  311. }
  312. //---------------------------------------------------------------------------------------
  313. /// <summary>
  314. /// 阵法点对象
  315. /// </summary>
  316. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BattleArray")]
  317. public partial class BattleArray : global::ProtoBuf.IExtensible
  318. {
  319. public BattleArray() {}
  320. private int _pos;
  321. /// <summary>
  322. /// 助战点位置
  323. /// </summary>
  324. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  325. public int pos
  326. {
  327. get { return _pos; }
  328. set { _pos = value; }
  329. }
  330. private string _id = "";
  331. /// <summary>
  332. /// 随从唯一id
  333. /// </summary>
  334. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
  335. [global::System.ComponentModel.DefaultValue("")]
  336. public string id
  337. {
  338. get { return _id; }
  339. set { _id = value; }
  340. }
  341. private pomelo.follower.Attributes _pointAtt = null;
  342. /// <summary>
  343. /// 助战点点位属性
  344. /// </summary>
  345. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"pointAtt", DataFormat = global::ProtoBuf.DataFormat.Default)]
  346. [global::System.ComponentModel.DefaultValue(null)]
  347. public pomelo.follower.Attributes pointAtt
  348. {
  349. get { return _pointAtt; }
  350. set { _pointAtt = value; }
  351. }
  352. private global::ProtoBuf.IExtension extensionObject;
  353. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  354. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  355. }
  356. //---------------------------------------------------------------------------------------
  357. /// <summary>
  358. /// 阵法对象(多个阵法点对象)
  359. /// </summary>
  360. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BattleArrays")]
  361. public partial class BattleArrays : global::ProtoBuf.IExtensible
  362. {
  363. public BattleArrays() {}
  364. private string _curArray;
  365. /// <summary>
  366. /// 当前阵法类型(-1:无)
  367. /// </summary>
  368. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"curArray", DataFormat = global::ProtoBuf.DataFormat.Default)]
  369. public string curArray
  370. {
  371. get { return _curArray; }
  372. set { _curArray = value; }
  373. }
  374. private readonly global::System.Collections.Generic.List<pomelo.follower.BattleArray> _curBattleArray = new global::System.Collections.Generic.List<pomelo.follower.BattleArray>();
  375. /// <summary>
  376. /// 当前阵法上的随从(0号位置为出战随从)
  377. /// </summary>
  378. [global::ProtoBuf.ProtoMember(2, Name=@"curBattleArray", DataFormat = global::ProtoBuf.DataFormat.Default)]
  379. public global::System.Collections.Generic.List<pomelo.follower.BattleArray> curBattleArray
  380. {
  381. get { return _curBattleArray; }
  382. }
  383. private bool _isArrayAttr = default(bool);
  384. /// <summary>
  385. /// 是否激活阵法套装属性(false:未激活)
  386. /// </summary>
  387. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"isArrayAttr", DataFormat = global::ProtoBuf.DataFormat.Default)]
  388. [global::System.ComponentModel.DefaultValue(default(bool))]
  389. public bool isArrayAttr
  390. {
  391. get { return _isArrayAttr; }
  392. set { _isArrayAttr = value; }
  393. }
  394. private readonly global::System.Collections.Generic.List<pomelo.follower.Attributes> _curBattleArrayAtt = new global::System.Collections.Generic.List<pomelo.follower.Attributes>();
  395. /// <summary>
  396. /// 阵法效果(套装效果)
  397. /// </summary>
  398. [global::ProtoBuf.ProtoMember(4, Name=@"curBattleArrayAtt", DataFormat = global::ProtoBuf.DataFormat.Default)]
  399. public global::System.Collections.Generic.List<pomelo.follower.Attributes> curBattleArrayAtt
  400. {
  401. get { return _curBattleArrayAtt; }
  402. }
  403. private readonly global::System.Collections.Generic.List<pomelo.follower.Attributes> _curPointArrayAtt = new global::System.Collections.Generic.List<pomelo.follower.Attributes>();
  404. /// <summary>
  405. /// 助战点效果
  406. /// </summary>
  407. [global::ProtoBuf.ProtoMember(5, Name=@"curPointArrayAtt", DataFormat = global::ProtoBuf.DataFormat.Default)]
  408. public global::System.Collections.Generic.List<pomelo.follower.Attributes> curPointArrayAtt
  409. {
  410. get { return _curPointArrayAtt; }
  411. }
  412. private readonly global::System.Collections.Generic.List<string> _arrayList = new global::System.Collections.Generic.List<string>();
  413. /// <summary>
  414. /// 已学习的阵法
  415. /// </summary>
  416. [global::ProtoBuf.ProtoMember(6, Name=@"arrayList", DataFormat = global::ProtoBuf.DataFormat.Default)]
  417. public global::System.Collections.Generic.List<string> arrayList
  418. {
  419. get { return _arrayList; }
  420. }
  421. private global::ProtoBuf.IExtension extensionObject;
  422. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  423. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  424. }
  425. //---------------------------------------------------------------------------------------
  426. /// <summary>
  427. /// 葫芦对象
  428. /// </summary>
  429. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"Gourd")]
  430. public partial class Gourd : global::ProtoBuf.IExtensible
  431. {
  432. public Gourd() {}
  433. private int _pos;
  434. /// <summary>
  435. /// 葫芦藤位置(0:灵修葫芦 1:新手引导葫芦|普通葫芦, 2:灵气葫芦)
  436. /// </summary>
  437. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  438. public int pos
  439. {
  440. get { return _pos; }
  441. set { _pos = value; }
  442. }
  443. private int _gourdType = default(int);
  444. /// <summary>
  445. /// 葫芦类型(0:新手引导葫芦 1:普通葫芦, 2:灵气葫芦, 3:灵修葫芦)
  446. /// </summary>
  447. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"gourdType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  448. [global::System.ComponentModel.DefaultValue(default(int))]
  449. public int gourdType
  450. {
  451. get { return _gourdType; }
  452. set { _gourdType = value; }
  453. }
  454. private int _followerId = default(int);
  455. /// <summary>
  456. /// 随从模板id
  457. /// </summary>
  458. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"followerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  459. [global::System.ComponentModel.DefaultValue(default(int))]
  460. public int followerId
  461. {
  462. get { return _followerId; }
  463. set { _followerId = value; }
  464. }
  465. private long _time = default(long);
  466. /// <summary>
  467. /// 到期时间
  468. /// </summary>
  469. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  470. [global::System.ComponentModel.DefaultValue(default(long))]
  471. public long time
  472. {
  473. get { return _time; }
  474. set { _time = value; }
  475. }
  476. private global::ProtoBuf.IExtension extensionObject;
  477. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  478. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  479. }
  480. //---------------------------------------------------------------------------------------
  481. /// <summary>
  482. /// 葫芦藤
  483. /// </summary>
  484. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GourdsInfo")]
  485. public partial class GourdsInfo : global::ProtoBuf.IExtensible
  486. {
  487. public GourdsInfo() {}
  488. private readonly global::System.Collections.Generic.List<pomelo.follower.Gourd> _gourd = new global::System.Collections.Generic.List<pomelo.follower.Gourd>();
  489. /// <summary>
  490. /// 葫芦列表
  491. /// </summary>
  492. [global::ProtoBuf.ProtoMember(1, Name=@"gourd", DataFormat = global::ProtoBuf.DataFormat.Default)]
  493. public global::System.Collections.Generic.List<pomelo.follower.Gourd> gourd
  494. {
  495. get { return _gourd; }
  496. }
  497. private global::ProtoBuf.IExtension extensionObject;
  498. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  499. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  500. }
  501. //---------------------------------------------------------------------------------------
  502. /// <summary>
  503. /// 请求随从信息 请求
  504. /// </summary>
  505. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetFollowerInfoRequest")]
  506. public partial class GetFollowerInfoRequest : global::ProtoBuf.IExtensible
  507. {
  508. public GetFollowerInfoRequest() {}
  509. private global::ProtoBuf.IExtension extensionObject;
  510. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  511. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  512. }
  513. //---------------------------------------------------------------------------------------
  514. /// <summary>
  515. /// 请求随从信息 返回
  516. /// </summary>
  517. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetFollowerInfoResponse")]
  518. public partial class GetFollowerInfoResponse : global::ProtoBuf.IExtensible
  519. {
  520. public GetFollowerInfoResponse() {}
  521. private int _s2c_code;
  522. /// <summary>
  523. /// 错误码 200:OK
  524. /// </summary>
  525. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  526. public int s2c_code
  527. {
  528. get { return _s2c_code; }
  529. set { _s2c_code = value; }
  530. }
  531. private string _s2c_msg = "";
  532. /// <summary>
  533. /// 错误提示
  534. /// </summary>
  535. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  536. [global::System.ComponentModel.DefaultValue("")]
  537. public string s2c_msg
  538. {
  539. get { return _s2c_msg; }
  540. set { _s2c_msg = value; }
  541. }
  542. private int _s2c_grid = default(int);
  543. /// <summary>
  544. /// 随从栏位格子数
  545. /// </summary>
  546. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_grid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  547. [global::System.ComponentModel.DefaultValue(default(int))]
  548. public int s2c_grid
  549. {
  550. get { return _s2c_grid; }
  551. set { _s2c_grid = value; }
  552. }
  553. private readonly global::System.Collections.Generic.List<pomelo.follower.FollowerInfo> _s2c_follower = new global::System.Collections.Generic.List<pomelo.follower.FollowerInfo>();
  554. [global::ProtoBuf.ProtoMember(4, Name=@"s2c_follower", DataFormat = global::ProtoBuf.DataFormat.Default)]
  555. public global::System.Collections.Generic.List<pomelo.follower.FollowerInfo> s2c_follower
  556. {
  557. get { return _s2c_follower; }
  558. }
  559. private global::ProtoBuf.IExtension extensionObject;
  560. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  561. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  562. }
  563. //---------------------------------------------------------------------------------------
  564. /// <summary>
  565. /// 请求阵法信息 请求
  566. /// </summary>
  567. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetBattleArrayRequest")]
  568. public partial class GetBattleArrayRequest : global::ProtoBuf.IExtensible
  569. {
  570. public GetBattleArrayRequest() {}
  571. private global::ProtoBuf.IExtension extensionObject;
  572. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  573. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  574. }
  575. //---------------------------------------------------------------------------------------
  576. /// <summary>
  577. /// 请求阵法信息 返回
  578. /// </summary>
  579. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetBattleArrayResponse")]
  580. public partial class GetBattleArrayResponse : global::ProtoBuf.IExtensible
  581. {
  582. public GetBattleArrayResponse() {}
  583. private int _s2c_code;
  584. /// <summary>
  585. /// 错误码 200:OK
  586. /// </summary>
  587. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  588. public int s2c_code
  589. {
  590. get { return _s2c_code; }
  591. set { _s2c_code = value; }
  592. }
  593. private string _s2c_msg = "";
  594. /// <summary>
  595. /// 错误提示
  596. /// </summary>
  597. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  598. [global::System.ComponentModel.DefaultValue("")]
  599. public string s2c_msg
  600. {
  601. get { return _s2c_msg; }
  602. set { _s2c_msg = value; }
  603. }
  604. private pomelo.follower.BattleArrays _s2c_curBattleArrays = null;
  605. /// <summary>
  606. /// 当前阵法信息
  607. /// </summary>
  608. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_curBattleArrays", DataFormat = global::ProtoBuf.DataFormat.Default)]
  609. [global::System.ComponentModel.DefaultValue(null)]
  610. public pomelo.follower.BattleArrays s2c_curBattleArrays
  611. {
  612. get { return _s2c_curBattleArrays; }
  613. set { _s2c_curBattleArrays = value; }
  614. }
  615. private global::ProtoBuf.IExtension extensionObject;
  616. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  617. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  618. }
  619. //---------------------------------------------------------------------------------------
  620. /// <summary>
  621. /// 操作随从 升级/升阶(突破)/出战/休息/放生/随从改名/选择灵修随从/使用皮肤/学习随从被动技能/升级随从被动技能/遗忘被动技能 请求
  622. /// </summary>
  623. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OptionFollowerRequest")]
  624. public partial class OptionFollowerRequest : global::ProtoBuf.IExtensible
  625. {
  626. public OptionFollowerRequest() {}
  627. private int _optionType;
  628. /// <summary>
  629. /// 操作(1:升级 2:升阶 3:出战 4:休息 5:放生 6:随从改名 7:选择灵修随从 8:使用皮肤 9:学习随从被动技能 10:升级随从被动技能 11:遗忘被动技能)
  630. /// </summary>
  631. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"optionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  632. public int optionType
  633. {
  634. get { return _optionType; }
  635. set { _optionType = value; }
  636. }
  637. private string _id;
  638. /// <summary>
  639. /// 随从唯一id
  640. /// </summary>
  641. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
  642. public string id
  643. {
  644. get { return _id; }
  645. set { _id = value; }
  646. }
  647. private string _itemCode = "";
  648. /// <summary>
  649. /// 升级随从 消耗的物品
  650. /// </summary>
  651. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"itemCode", DataFormat = global::ProtoBuf.DataFormat.Default)]
  652. [global::System.ComponentModel.DefaultValue("")]
  653. public string itemCode
  654. {
  655. get { return _itemCode; }
  656. set { _itemCode = value; }
  657. }
  658. private int _itemCount = default(int);
  659. /// <summary>
  660. /// 升级随从 消耗的物品数量
  661. /// </summary>
  662. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"itemCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  663. [global::System.ComponentModel.DefaultValue(default(int))]
  664. public int itemCount
  665. {
  666. get { return _itemCount; }
  667. set { _itemCount = value; }
  668. }
  669. private readonly global::System.Collections.Generic.List<string> _removeIds = new global::System.Collections.Generic.List<string>();
  670. /// <summary>
  671. /// 升阶勾选扣除的随从
  672. /// </summary>
  673. [global::ProtoBuf.ProtoMember(5, Name=@"removeIds", DataFormat = global::ProtoBuf.DataFormat.Default)]
  674. public global::System.Collections.Generic.List<string> removeIds
  675. {
  676. get { return _removeIds; }
  677. }
  678. private string _followerName = "";
  679. /// <summary>
  680. /// 随从名字
  681. /// </summary>
  682. [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"followerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  683. [global::System.ComponentModel.DefaultValue("")]
  684. public string followerName
  685. {
  686. get { return _followerName; }
  687. set { _followerName = value; }
  688. }
  689. private int _followerSkin = default(int);
  690. /// <summary>
  691. /// 随从皮肤(发随从等阶)
  692. /// </summary>
  693. [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"followerSkin", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  694. [global::System.ComponentModel.DefaultValue(default(int))]
  695. public int followerSkin
  696. {
  697. get { return _followerSkin; }
  698. set { _followerSkin = value; }
  699. }
  700. private string _arrayId = "";
  701. /// <summary>
  702. /// 出战阵法模板id(-1:无)
  703. /// </summary>
  704. [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"arrayId", DataFormat = global::ProtoBuf.DataFormat.Default)]
  705. [global::System.ComponentModel.DefaultValue("")]
  706. public string arrayId
  707. {
  708. get { return _arrayId; }
  709. set { _arrayId = value; }
  710. }
  711. private int _followerSkillId = default(int);
  712. /// <summary>
  713. /// 被动技能id
  714. /// </summary>
  715. [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"followerSkillId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  716. [global::System.ComponentModel.DefaultValue(default(int))]
  717. public int followerSkillId
  718. {
  719. get { return _followerSkillId; }
  720. set { _followerSkillId = value; }
  721. }
  722. private global::ProtoBuf.IExtension extensionObject;
  723. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  724. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  725. }
  726. //---------------------------------------------------------------------------------------
  727. /// <summary>
  728. /// 操作随从 升级/升阶(突破)/出战/休息/放生/随从改名/选择灵修随从/使用皮肤/学习随从被动技能/升级随从被动技能/遗忘被动技能 返回
  729. /// </summary>
  730. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OptionFollowerResponse")]
  731. public partial class OptionFollowerResponse : global::ProtoBuf.IExtensible
  732. {
  733. public OptionFollowerResponse() {}
  734. private int _s2c_code;
  735. /// <summary>
  736. /// 错误码 200:OK
  737. /// </summary>
  738. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  739. public int s2c_code
  740. {
  741. get { return _s2c_code; }
  742. set { _s2c_code = value; }
  743. }
  744. private string _s2c_msg = "";
  745. /// <summary>
  746. /// 错误提示
  747. /// </summary>
  748. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  749. [global::System.ComponentModel.DefaultValue("")]
  750. public string s2c_msg
  751. {
  752. get { return _s2c_msg; }
  753. set { _s2c_msg = value; }
  754. }
  755. private readonly global::System.Collections.Generic.List<pomelo.follower.FollowerInfo> _s2c_follower = new global::System.Collections.Generic.List<pomelo.follower.FollowerInfo>();
  756. /// <summary>
  757. /// 改变的随从列表
  758. /// </summary>
  759. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_follower", DataFormat = global::ProtoBuf.DataFormat.Default)]
  760. public global::System.Collections.Generic.List<pomelo.follower.FollowerInfo> s2c_follower
  761. {
  762. get { return _s2c_follower; }
  763. }
  764. private global::ProtoBuf.IExtension extensionObject;
  765. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  766. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  767. }
  768. //---------------------------------------------------------------------------------------
  769. /// <summary>
  770. /// 阵法点操作 上阵/卸下/替换 请求
  771. /// </summary>
  772. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OptionBattleArrayPointRequest")]
  773. public partial class OptionBattleArrayPointRequest : global::ProtoBuf.IExtensible
  774. {
  775. public OptionBattleArrayPointRequest() {}
  776. private int _optionType;
  777. /// <summary>
  778. /// 操作(1:上阵 2:卸下 3:替换)
  779. /// </summary>
  780. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"optionType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  781. public int optionType
  782. {
  783. get { return _optionType; }
  784. set { _optionType = value; }
  785. }
  786. private int _pos;
  787. /// <summary>
  788. /// 助战点位置
  789. /// </summary>
  790. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  791. public int pos
  792. {
  793. get { return _pos; }
  794. set { _pos = value; }
  795. }
  796. private string _id;
  797. /// <summary>
  798. /// 随从唯一id
  799. /// </summary>
  800. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
  801. public string id
  802. {
  803. get { return _id; }
  804. set { _id = value; }
  805. }
  806. private global::ProtoBuf.IExtension extensionObject;
  807. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  808. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  809. }
  810. //---------------------------------------------------------------------------------------
  811. /// <summary>
  812. /// 阵法点操作返回
  813. /// </summary>
  814. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OptionBattleArrayPointResponse")]
  815. public partial class OptionBattleArrayPointResponse : global::ProtoBuf.IExtensible
  816. {
  817. public OptionBattleArrayPointResponse() {}
  818. private int _s2c_code;
  819. /// <summary>
  820. /// 错误码 200:OK
  821. /// </summary>
  822. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  823. public int s2c_code
  824. {
  825. get { return _s2c_code; }
  826. set { _s2c_code = value; }
  827. }
  828. private string _s2c_msg = "";
  829. /// <summary>
  830. /// 错误提示
  831. /// </summary>
  832. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  833. [global::System.ComponentModel.DefaultValue("")]
  834. public string s2c_msg
  835. {
  836. get { return _s2c_msg; }
  837. set { _s2c_msg = value; }
  838. }
  839. private readonly global::System.Collections.Generic.List<pomelo.follower.FollowerInfo> _s2c_follower = new global::System.Collections.Generic.List<pomelo.follower.FollowerInfo>();
  840. /// <summary>
  841. /// 改变的随从列表
  842. /// </summary>
  843. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_follower", DataFormat = global::ProtoBuf.DataFormat.Default)]
  844. public global::System.Collections.Generic.List<pomelo.follower.FollowerInfo> s2c_follower
  845. {
  846. get { return _s2c_follower; }
  847. }
  848. private global::ProtoBuf.IExtension extensionObject;
  849. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  850. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  851. }
  852. //---------------------------------------------------------------------------------------
  853. /// <summary>
  854. /// 葫芦藤信息 请求
  855. /// </summary>
  856. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetGourdInfoRequest")]
  857. public partial class GetGourdInfoRequest : global::ProtoBuf.IExtensible
  858. {
  859. public GetGourdInfoRequest() {}
  860. private global::ProtoBuf.IExtension extensionObject;
  861. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  862. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  863. }
  864. //---------------------------------------------------------------------------------------
  865. /// <summary>
  866. /// 葫芦藤信息 返回
  867. /// </summary>
  868. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetGourdInfoResponse")]
  869. public partial class GetGourdInfoResponse : global::ProtoBuf.IExtensible
  870. {
  871. public GetGourdInfoResponse() {}
  872. private int _s2c_code;
  873. /// <summary>
  874. /// 错误码 200:OK
  875. /// </summary>
  876. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  877. public int s2c_code
  878. {
  879. get { return _s2c_code; }
  880. set { _s2c_code = value; }
  881. }
  882. private string _s2c_msg = "";
  883. /// <summary>
  884. /// 错误提示
  885. /// </summary>
  886. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  887. [global::System.ComponentModel.DefaultValue("")]
  888. public string s2c_msg
  889. {
  890. get { return _s2c_msg; }
  891. set { _s2c_msg = value; }
  892. }
  893. private pomelo.follower.GourdsInfo _s2c_gourdsInfo = null;
  894. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_gourdsInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  895. [global::System.ComponentModel.DefaultValue(null)]
  896. public pomelo.follower.GourdsInfo s2c_gourdsInfo
  897. {
  898. get { return _s2c_gourdsInfo; }
  899. set { _s2c_gourdsInfo = value; }
  900. }
  901. private long _s2c_time = default(long);
  902. /// <summary>
  903. /// 浇水刷新到期时间
  904. /// </summary>
  905. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  906. [global::System.ComponentModel.DefaultValue(default(long))]
  907. public long s2c_time
  908. {
  909. get { return _s2c_time; }
  910. set { _s2c_time = value; }
  911. }
  912. private int _s2c_remainingNum = default(int);
  913. /// <summary>
  914. /// 可浇水次数
  915. /// </summary>
  916. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_remainingNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  917. [global::System.ComponentModel.DefaultValue(default(int))]
  918. public int s2c_remainingNum
  919. {
  920. get { return _s2c_remainingNum; }
  921. set { _s2c_remainingNum = value; }
  922. }
  923. private global::ProtoBuf.IExtension extensionObject;
  924. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  925. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  926. }
  927. //---------------------------------------------------------------------------------------
  928. /// <summary>
  929. /// 浇水 请求
  930. /// </summary>
  931. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WateringRequest")]
  932. public partial class WateringRequest : global::ProtoBuf.IExtensible
  933. {
  934. public WateringRequest() {}
  935. private int _wateringType;
  936. /// <summary>
  937. /// 浇水类型(1:普通浇水 2:灵气浇水)
  938. /// </summary>
  939. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"wateringType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  940. public int wateringType
  941. {
  942. get { return _wateringType; }
  943. set { _wateringType = value; }
  944. }
  945. private global::ProtoBuf.IExtension extensionObject;
  946. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  947. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  948. }
  949. //---------------------------------------------------------------------------------------
  950. /// <summary>
  951. /// 浇水 返回
  952. /// </summary>
  953. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"WateringResponse")]
  954. public partial class WateringResponse : global::ProtoBuf.IExtensible
  955. {
  956. public WateringResponse() {}
  957. private int _s2c_code;
  958. /// <summary>
  959. /// 错误码 200:OK
  960. /// </summary>
  961. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  962. public int s2c_code
  963. {
  964. get { return _s2c_code; }
  965. set { _s2c_code = value; }
  966. }
  967. private string _s2c_msg = "";
  968. /// <summary>
  969. /// 错误提示
  970. /// </summary>
  971. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  972. [global::System.ComponentModel.DefaultValue("")]
  973. public string s2c_msg
  974. {
  975. get { return _s2c_msg; }
  976. set { _s2c_msg = value; }
  977. }
  978. private pomelo.follower.GourdsInfo _s2c_gourdsInfo = null;
  979. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_gourdsInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  980. [global::System.ComponentModel.DefaultValue(null)]
  981. public pomelo.follower.GourdsInfo s2c_gourdsInfo
  982. {
  983. get { return _s2c_gourdsInfo; }
  984. set { _s2c_gourdsInfo = value; }
  985. }
  986. private long _s2c_time = default(long);
  987. /// <summary>
  988. /// 浇水刷新到期时间
  989. /// </summary>
  990. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  991. [global::System.ComponentModel.DefaultValue(default(long))]
  992. public long s2c_time
  993. {
  994. get { return _s2c_time; }
  995. set { _s2c_time = value; }
  996. }
  997. private int _s2c_remainingNum = default(int);
  998. /// <summary>
  999. /// 可浇水次数
  1000. /// </summary>
  1001. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_remainingNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1002. [global::System.ComponentModel.DefaultValue(default(int))]
  1003. public int s2c_remainingNum
  1004. {
  1005. get { return _s2c_remainingNum; }
  1006. set { _s2c_remainingNum = value; }
  1007. }
  1008. private global::ProtoBuf.IExtension extensionObject;
  1009. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1010. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1011. }
  1012. //---------------------------------------------------------------------------------------
  1013. /// <summary>
  1014. /// 摘取取葫芦 请求
  1015. /// </summary>
  1016. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PikupGourdRequest")]
  1017. public partial class PikupGourdRequest : global::ProtoBuf.IExtensible
  1018. {
  1019. public PikupGourdRequest() {}
  1020. private int _pos;
  1021. /// <summary>
  1022. /// 葫芦位置
  1023. /// </summary>
  1024. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1025. public int pos
  1026. {
  1027. get { return _pos; }
  1028. set { _pos = value; }
  1029. }
  1030. private global::ProtoBuf.IExtension extensionObject;
  1031. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1032. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1033. }
  1034. //---------------------------------------------------------------------------------------
  1035. /// <summary>
  1036. /// 摘取取葫芦 返回
  1037. /// </summary>
  1038. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PikupGourdResponse")]
  1039. public partial class PikupGourdResponse : global::ProtoBuf.IExtensible
  1040. {
  1041. public PikupGourdResponse() {}
  1042. private int _s2c_code;
  1043. /// <summary>
  1044. /// 错误码 200:OK
  1045. /// </summary>
  1046. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1047. public int s2c_code
  1048. {
  1049. get { return _s2c_code; }
  1050. set { _s2c_code = value; }
  1051. }
  1052. private string _s2c_msg = "";
  1053. /// <summary>
  1054. /// 错误提示
  1055. /// </summary>
  1056. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1057. [global::System.ComponentModel.DefaultValue("")]
  1058. public string s2c_msg
  1059. {
  1060. get { return _s2c_msg; }
  1061. set { _s2c_msg = value; }
  1062. }
  1063. private readonly global::System.Collections.Generic.List<pomelo.item.CountItem> _s2c_items = new global::System.Collections.Generic.List<pomelo.item.CountItem>();
  1064. /// <summary>
  1065. /// 获得的道具
  1066. /// </summary>
  1067. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_items", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1068. public global::System.Collections.Generic.List<pomelo.item.CountItem> s2c_items
  1069. {
  1070. get { return _s2c_items; }
  1071. }
  1072. private int _s2c_follower = default(int);
  1073. /// <summary>
  1074. /// 获得的随从模板id
  1075. /// </summary>
  1076. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_follower", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1077. [global::System.ComponentModel.DefaultValue(default(int))]
  1078. public int s2c_follower
  1079. {
  1080. get { return _s2c_follower; }
  1081. set { _s2c_follower = value; }
  1082. }
  1083. private global::ProtoBuf.IExtension extensionObject;
  1084. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1085. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1086. }
  1087. //---------------------------------------------------------------------------------------
  1088. /// <summary>
  1089. /// 灵修申请 请求
  1090. /// </summary>
  1091. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SexualRequest")]
  1092. public partial class SexualRequest : global::ProtoBuf.IExtensible
  1093. {
  1094. public SexualRequest() {}
  1095. private global::ProtoBuf.IExtension extensionObject;
  1096. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1097. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1098. }
  1099. //---------------------------------------------------------------------------------------
  1100. /// <summary>
  1101. /// 灵修申请 返回
  1102. /// </summary>
  1103. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SexualResponse")]
  1104. public partial class SexualResponse : global::ProtoBuf.IExtensible
  1105. {
  1106. public SexualResponse() {}
  1107. private int _s2c_code;
  1108. /// <summary>
  1109. /// 错误码 200:OK
  1110. /// </summary>
  1111. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1112. public int s2c_code
  1113. {
  1114. get { return _s2c_code; }
  1115. set { _s2c_code = value; }
  1116. }
  1117. private string _s2c_msg = "";
  1118. /// <summary>
  1119. /// 错误提示
  1120. /// </summary>
  1121. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1122. [global::System.ComponentModel.DefaultValue("")]
  1123. public string s2c_msg
  1124. {
  1125. get { return _s2c_msg; }
  1126. set { _s2c_msg = value; }
  1127. }
  1128. private global::ProtoBuf.IExtension extensionObject;
  1129. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1130. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1131. }
  1132. //---------------------------------------------------------------------------------------
  1133. /// <summary>
  1134. /// 灵修申请 同意/拒绝 请求
  1135. /// </summary>
  1136. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SexualConfirmApplyRequest")]
  1137. public partial class SexualConfirmApplyRequest : global::ProtoBuf.IExtensible
  1138. {
  1139. public SexualConfirmApplyRequest() {}
  1140. private int _isAgree;
  1141. /// <summary>
  1142. /// 是否同意(0:拒绝 1:同意)
  1143. /// </summary>
  1144. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"isAgree", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1145. public int isAgree
  1146. {
  1147. get { return _isAgree; }
  1148. set { _isAgree = value; }
  1149. }
  1150. private global::ProtoBuf.IExtension extensionObject;
  1151. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1152. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1153. }
  1154. //---------------------------------------------------------------------------------------
  1155. /// <summary>
  1156. /// 灵修申请 同意/拒绝 返回
  1157. /// </summary>
  1158. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SexualConfirmApplyResponse")]
  1159. public partial class SexualConfirmApplyResponse : global::ProtoBuf.IExtensible
  1160. {
  1161. public SexualConfirmApplyResponse() {}
  1162. private int _s2c_code;
  1163. /// <summary>
  1164. /// 错误码 200:OK
  1165. /// </summary>
  1166. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1167. public int s2c_code
  1168. {
  1169. get { return _s2c_code; }
  1170. set { _s2c_code = value; }
  1171. }
  1172. private string _s2c_msg = "";
  1173. /// <summary>
  1174. /// 错误提示
  1175. /// </summary>
  1176. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1177. [global::System.ComponentModel.DefaultValue("")]
  1178. public string s2c_msg
  1179. {
  1180. get { return _s2c_msg; }
  1181. set { _s2c_msg = value; }
  1182. }
  1183. private global::ProtoBuf.IExtension extensionObject;
  1184. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1185. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1186. }
  1187. //---------------------------------------------------------------------------------------
  1188. /// <summary>
  1189. /// 购买栏位 请求
  1190. /// </summary>
  1191. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BuyFollowerGridRequest")]
  1192. public partial class BuyFollowerGridRequest : global::ProtoBuf.IExtensible
  1193. {
  1194. public BuyFollowerGridRequest() {}
  1195. private global::ProtoBuf.IExtension extensionObject;
  1196. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1197. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1198. }
  1199. //---------------------------------------------------------------------------------------
  1200. /// <summary>
  1201. /// 购买栏位 返回
  1202. /// </summary>
  1203. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BuyFollowerGridResponse")]
  1204. public partial class BuyFollowerGridResponse : global::ProtoBuf.IExtensible
  1205. {
  1206. public BuyFollowerGridResponse() {}
  1207. private int _s2c_code;
  1208. /// <summary>
  1209. /// 错误码 200:OK
  1210. /// </summary>
  1211. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1212. public int s2c_code
  1213. {
  1214. get { return _s2c_code; }
  1215. set { _s2c_code = value; }
  1216. }
  1217. private string _s2c_msg = "";
  1218. /// <summary>
  1219. /// 错误提示
  1220. /// </summary>
  1221. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1222. [global::System.ComponentModel.DefaultValue("")]
  1223. public string s2c_msg
  1224. {
  1225. get { return _s2c_msg; }
  1226. set { _s2c_msg = value; }
  1227. }
  1228. private int _s2c_grid = default(int);
  1229. /// <summary>
  1230. /// 随从栏位格子数
  1231. /// </summary>
  1232. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_grid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1233. [global::System.ComponentModel.DefaultValue(default(int))]
  1234. public int s2c_grid
  1235. {
  1236. get { return _s2c_grid; }
  1237. set { _s2c_grid = value; }
  1238. }
  1239. private global::ProtoBuf.IExtension extensionObject;
  1240. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1241. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1242. }
  1243. //---------------------------------------------------------------------------------------
  1244. /// <summary>
  1245. /// 领取灵修随从 请求
  1246. /// </summary>
  1247. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ReceiveSexualFollowerRequest")]
  1248. public partial class ReceiveSexualFollowerRequest : global::ProtoBuf.IExtensible
  1249. {
  1250. public ReceiveSexualFollowerRequest() {}
  1251. private global::ProtoBuf.IExtension extensionObject;
  1252. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1253. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1254. }
  1255. //---------------------------------------------------------------------------------------
  1256. /// <summary>
  1257. /// 领取灵修随从 返回
  1258. /// </summary>
  1259. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ReceiveSexualFollowerResponse")]
  1260. public partial class ReceiveSexualFollowerResponse : global::ProtoBuf.IExtensible
  1261. {
  1262. public ReceiveSexualFollowerResponse() {}
  1263. private int _s2c_code;
  1264. /// <summary>
  1265. /// 错误码 200:OK
  1266. /// </summary>
  1267. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1268. public int s2c_code
  1269. {
  1270. get { return _s2c_code; }
  1271. set { _s2c_code = value; }
  1272. }
  1273. private string _s2c_msg = "";
  1274. /// <summary>
  1275. /// 错误提示
  1276. /// </summary>
  1277. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1278. [global::System.ComponentModel.DefaultValue("")]
  1279. public string s2c_msg
  1280. {
  1281. get { return _s2c_msg; }
  1282. set { _s2c_msg = value; }
  1283. }
  1284. private global::ProtoBuf.IExtension extensionObject;
  1285. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1286. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1287. }
  1288. //---------------------------------------------------------------------------------------
  1289. /// <summary>
  1290. /// 更新阵法信息
  1291. /// </summary>
  1292. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpdateBattleArrayPush")]
  1293. public partial class UpdateBattleArrayPush : global::ProtoBuf.IExtensible
  1294. {
  1295. public UpdateBattleArrayPush() {}
  1296. private pomelo.follower.BattleArrays _s2c_curBattleArrays;
  1297. /// <summary>
  1298. /// 阵法信息
  1299. /// </summary>
  1300. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_curBattleArrays", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1301. public pomelo.follower.BattleArrays s2c_curBattleArrays
  1302. {
  1303. get { return _s2c_curBattleArrays; }
  1304. set { _s2c_curBattleArrays = value; }
  1305. }
  1306. private global::ProtoBuf.IExtension extensionObject;
  1307. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1308. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1309. }
  1310. //---------------------------------------------------------------------------------------
  1311. /// <summary>
  1312. /// 通知弹出灵修确认框
  1313. /// </summary>
  1314. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ConfirmPush")]
  1315. public partial class ConfirmPush : global::ProtoBuf.IExtensible
  1316. {
  1317. public ConfirmPush() {}
  1318. private global::ProtoBuf.IExtension extensionObject;
  1319. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1320. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1321. }
  1322. //---------------------------------------------------------------------------------------
  1323. /// <summary>
  1324. /// 通知弹出灵修选择框
  1325. /// </summary>
  1326. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ChoosePush")]
  1327. public partial class ChoosePush : global::ProtoBuf.IExtensible
  1328. {
  1329. public ChoosePush() {}
  1330. private pomelo.follower.FollowerInfo _s2c_choosefollower = null;
  1331. /// <summary>
  1332. /// 队长选择的随从
  1333. /// </summary>
  1334. [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"s2c_choosefollower", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1335. [global::System.ComponentModel.DefaultValue(null)]
  1336. public pomelo.follower.FollowerInfo s2c_choosefollower
  1337. {
  1338. get { return _s2c_choosefollower; }
  1339. set { _s2c_choosefollower = value; }
  1340. }
  1341. private global::ProtoBuf.IExtension extensionObject;
  1342. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1343. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1344. }
  1345. //---------------------------------------------------------------------------------------
  1346. /// <summary>
  1347. /// 通知删除随从
  1348. /// </summary>
  1349. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DeletFollowerPush")]
  1350. public partial class DeletFollowerPush : global::ProtoBuf.IExtensible
  1351. {
  1352. public DeletFollowerPush() {}
  1353. private readonly global::System.Collections.Generic.List<string> _s2c_removeIds = new global::System.Collections.Generic.List<string>();
  1354. /// <summary>
  1355. /// 删除的随从id列表
  1356. /// </summary>
  1357. [global::ProtoBuf.ProtoMember(1, Name=@"s2c_removeIds", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1358. public global::System.Collections.Generic.List<string> s2c_removeIds
  1359. {
  1360. get { return _s2c_removeIds; }
  1361. }
  1362. private global::ProtoBuf.IExtension extensionObject;
  1363. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1364. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1365. }
  1366. //---------------------------------------------------------------------------------------
  1367. /// <summary>
  1368. /// 通知获得随从
  1369. /// </summary>
  1370. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AddFollowerPush")]
  1371. public partial class AddFollowerPush : global::ProtoBuf.IExtensible
  1372. {
  1373. public AddFollowerPush() {}
  1374. private pomelo.follower.FollowerInfo _s2c_follower;
  1375. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_follower", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1376. public pomelo.follower.FollowerInfo s2c_follower
  1377. {
  1378. get { return _s2c_follower; }
  1379. set { _s2c_follower = value; }
  1380. }
  1381. private bool _s2c_isTips = default(bool);
  1382. /// <summary>
  1383. /// 是否弹获得弹框(false:不弹)
  1384. /// </summary>
  1385. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_isTips", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1386. [global::System.ComponentModel.DefaultValue(default(bool))]
  1387. public bool s2c_isTips
  1388. {
  1389. get { return _s2c_isTips; }
  1390. set { _s2c_isTips = value; }
  1391. }
  1392. private global::ProtoBuf.IExtension extensionObject;
  1393. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1394. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1395. }
  1396. }