_goddessHandler.cs 55 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. // ***************************************************************************
  10. // * 作者= 卢松洁
  11. // * 创建时间= 2015-08-27
  12. // * 用途= 女武神处理器
  13. // ***************************************************************************
  14. // Generated from: goddessHandler.proto
  15. // Note: requires additional types generated from: common.proto
  16. namespace pomelo.area
  17. {
  18. //---------------------------------------------------------------------------------------
  19. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EnterGoddessSceneRequest")]
  20. public partial class EnterGoddessSceneRequest : global::ProtoBuf.IExtensible
  21. {
  22. public EnterGoddessSceneRequest() {}
  23. private global::ProtoBuf.IExtension extensionObject;
  24. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  25. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  26. }
  27. //---------------------------------------------------------------------------------------
  28. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OutGoddessSceneRequest")]
  29. public partial class OutGoddessSceneRequest : global::ProtoBuf.IExtensible
  30. {
  31. public OutGoddessSceneRequest() {}
  32. private global::ProtoBuf.IExtension extensionObject;
  33. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  34. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  35. }
  36. //---------------------------------------------------------------------------------------
  37. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ActiveGoddessRequest")]
  38. public partial class ActiveGoddessRequest : global::ProtoBuf.IExtensible
  39. {
  40. public ActiveGoddessRequest() {}
  41. private int _c2s_goddessTemplateId;
  42. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessTemplateId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  43. public int c2s_goddessTemplateId
  44. {
  45. get { return _c2s_goddessTemplateId; }
  46. set { _c2s_goddessTemplateId = value; }
  47. }
  48. private global::ProtoBuf.IExtension extensionObject;
  49. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  50. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  51. }
  52. //---------------------------------------------------------------------------------------
  53. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OnBattleGoddessRequest")]
  54. public partial class OnBattleGoddessRequest : global::ProtoBuf.IExtensible
  55. {
  56. public OnBattleGoddessRequest() {}
  57. private int _c2s_goddessId;
  58. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  59. public int c2s_goddessId
  60. {
  61. get { return _c2s_goddessId; }
  62. set { _c2s_goddessId = value; }
  63. }
  64. private global::ProtoBuf.IExtension extensionObject;
  65. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  66. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  67. }
  68. //---------------------------------------------------------------------------------------
  69. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OffBattleGoddessRequest")]
  70. public partial class OffBattleGoddessRequest : global::ProtoBuf.IExtensible
  71. {
  72. public OffBattleGoddessRequest() {}
  73. private int _c2s_goddessId;
  74. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  75. public int c2s_goddessId
  76. {
  77. get { return _c2s_goddessId; }
  78. set { _c2s_goddessId = value; }
  79. }
  80. private global::ProtoBuf.IExtension extensionObject;
  81. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  82. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  83. }
  84. //---------------------------------------------------------------------------------------
  85. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetGiftsRequest")]
  86. public partial class GetGiftsRequest : global::ProtoBuf.IExtensible
  87. {
  88. public GetGiftsRequest() {}
  89. private int _c2s_goddessId;
  90. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  91. public int c2s_goddessId
  92. {
  93. get { return _c2s_goddessId; }
  94. set { _c2s_goddessId = value; }
  95. }
  96. private global::ProtoBuf.IExtension extensionObject;
  97. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  98. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  99. }
  100. //---------------------------------------------------------------------------------------
  101. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BuyGiftRequest")]
  102. public partial class BuyGiftRequest : global::ProtoBuf.IExtensible
  103. {
  104. public BuyGiftRequest() {}
  105. private int _c2s_goddessId;
  106. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  107. public int c2s_goddessId
  108. {
  109. get { return _c2s_goddessId; }
  110. set { _c2s_goddessId = value; }
  111. }
  112. private int _c2s_giftId;
  113. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_giftId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  114. public int c2s_giftId
  115. {
  116. get { return _c2s_giftId; }
  117. set { _c2s_giftId = 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. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UnEquipGiftRequest")]
  125. public partial class UnEquipGiftRequest : global::ProtoBuf.IExtensible
  126. {
  127. public UnEquipGiftRequest() {}
  128. private int _c2s_goddessId;
  129. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  130. public int c2s_goddessId
  131. {
  132. get { return _c2s_goddessId; }
  133. set { _c2s_goddessId = value; }
  134. }
  135. private int _c2s_giftId;
  136. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_giftId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  137. public int c2s_giftId
  138. {
  139. get { return _c2s_giftId; }
  140. set { _c2s_giftId = value; }
  141. }
  142. private global::ProtoBuf.IExtension extensionObject;
  143. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  144. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  145. }
  146. //---------------------------------------------------------------------------------------
  147. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EquipGiftRequest")]
  148. public partial class EquipGiftRequest : global::ProtoBuf.IExtensible
  149. {
  150. public EquipGiftRequest() {}
  151. private int _c2s_goddessId;
  152. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  153. public int c2s_goddessId
  154. {
  155. get { return _c2s_goddessId; }
  156. set { _c2s_goddessId = value; }
  157. }
  158. private int _c2s_giftId;
  159. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_giftId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  160. public int c2s_giftId
  161. {
  162. get { return _c2s_giftId; }
  163. set { _c2s_giftId = value; }
  164. }
  165. private global::ProtoBuf.IExtension extensionObject;
  166. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  167. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  168. }
  169. //---------------------------------------------------------------------------------------
  170. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpIntimacyRequest")]
  171. public partial class UpIntimacyRequest : global::ProtoBuf.IExtensible
  172. {
  173. public UpIntimacyRequest() {}
  174. private int _c2s_goddessId;
  175. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  176. public int c2s_goddessId
  177. {
  178. get { return _c2s_goddessId; }
  179. set { _c2s_goddessId = value; }
  180. }
  181. private int _c2s_type;
  182. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  183. public int c2s_type
  184. {
  185. get { return _c2s_type; }
  186. set { _c2s_type = value; }
  187. }
  188. private global::ProtoBuf.IExtension extensionObject;
  189. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  190. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  191. }
  192. //---------------------------------------------------------------------------------------
  193. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpStarRequest")]
  194. public partial class UpStarRequest : global::ProtoBuf.IExtensible
  195. {
  196. public UpStarRequest() {}
  197. private int _c2s_goddessId;
  198. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  199. public int c2s_goddessId
  200. {
  201. get { return _c2s_goddessId; }
  202. set { _c2s_goddessId = value; }
  203. }
  204. private global::ProtoBuf.IExtension extensionObject;
  205. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  206. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  207. }
  208. //---------------------------------------------------------------------------------------
  209. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetCommInfoRequest")]
  210. public partial class GetCommInfoRequest : global::ProtoBuf.IExtensible
  211. {
  212. public GetCommInfoRequest() {}
  213. private int _c2s_goddessId;
  214. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  215. public int c2s_goddessId
  216. {
  217. get { return _c2s_goddessId; }
  218. set { _c2s_goddessId = value; }
  219. }
  220. private global::ProtoBuf.IExtension extensionObject;
  221. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  222. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  223. }
  224. //---------------------------------------------------------------------------------------
  225. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetGoddessDetailRequest")]
  226. public partial class GetGoddessDetailRequest : global::ProtoBuf.IExtensible
  227. {
  228. public GetGoddessDetailRequest() {}
  229. private int _c2s_goddessId;
  230. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  231. public int c2s_goddessId
  232. {
  233. get { return _c2s_goddessId; }
  234. set { _c2s_goddessId = value; }
  235. }
  236. private global::ProtoBuf.IExtension extensionObject;
  237. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  238. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  239. }
  240. //---------------------------------------------------------------------------------------
  241. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetAllGoddessRequest")]
  242. public partial class GetAllGoddessRequest : global::ProtoBuf.IExtensible
  243. {
  244. public GetAllGoddessRequest() {}
  245. private global::ProtoBuf.IExtension extensionObject;
  246. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  247. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  248. }
  249. //---------------------------------------------------------------------------------------
  250. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetGiftsResponse")]
  251. public partial class GetGiftsResponse : global::ProtoBuf.IExtensible
  252. {
  253. public GetGiftsResponse() {}
  254. private int _s2c_code;
  255. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  256. public int s2c_code
  257. {
  258. get { return _s2c_code; }
  259. set { _s2c_code = value; }
  260. }
  261. private string _s2c_msg = "";
  262. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  263. [global::System.ComponentModel.DefaultValue("")]
  264. public string s2c_msg
  265. {
  266. get { return _s2c_msg; }
  267. set { _s2c_msg = value; }
  268. }
  269. private readonly global::System.Collections.Generic.List<pomelo.area.GoddessGift> _s2c_gifts = new global::System.Collections.Generic.List<pomelo.area.GoddessGift>();
  270. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_gifts", DataFormat = global::ProtoBuf.DataFormat.Default)]
  271. public global::System.Collections.Generic.List<pomelo.area.GoddessGift> s2c_gifts
  272. {
  273. get { return _s2c_gifts; }
  274. }
  275. private global::ProtoBuf.IExtension extensionObject;
  276. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  277. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  278. }
  279. //---------------------------------------------------------------------------------------
  280. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BuyGiftResponse")]
  281. public partial class BuyGiftResponse : global::ProtoBuf.IExtensible
  282. {
  283. public BuyGiftResponse() {}
  284. private int _s2c_code;
  285. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  286. public int s2c_code
  287. {
  288. get { return _s2c_code; }
  289. set { _s2c_code = value; }
  290. }
  291. private string _s2c_msg = "";
  292. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  293. [global::System.ComponentModel.DefaultValue("")]
  294. public string s2c_msg
  295. {
  296. get { return _s2c_msg; }
  297. set { _s2c_msg = value; }
  298. }
  299. private global::ProtoBuf.IExtension extensionObject;
  300. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  301. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  302. }
  303. //---------------------------------------------------------------------------------------
  304. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UnEquipGiftResponse")]
  305. public partial class UnEquipGiftResponse : global::ProtoBuf.IExtensible
  306. {
  307. public UnEquipGiftResponse() {}
  308. private int _s2c_code;
  309. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  310. public int s2c_code
  311. {
  312. get { return _s2c_code; }
  313. set { _s2c_code = value; }
  314. }
  315. private string _s2c_msg = "";
  316. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  317. [global::System.ComponentModel.DefaultValue("")]
  318. public string s2c_msg
  319. {
  320. get { return _s2c_msg; }
  321. set { _s2c_msg = value; }
  322. }
  323. private global::ProtoBuf.IExtension extensionObject;
  324. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  325. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  326. }
  327. //---------------------------------------------------------------------------------------
  328. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EquipGiftResponse")]
  329. public partial class EquipGiftResponse : global::ProtoBuf.IExtensible
  330. {
  331. public EquipGiftResponse() {}
  332. private int _s2c_code;
  333. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  334. public int s2c_code
  335. {
  336. get { return _s2c_code; }
  337. set { _s2c_code = value; }
  338. }
  339. private string _s2c_msg = "";
  340. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  341. [global::System.ComponentModel.DefaultValue("")]
  342. public string s2c_msg
  343. {
  344. get { return _s2c_msg; }
  345. set { _s2c_msg = value; }
  346. }
  347. private global::ProtoBuf.IExtension extensionObject;
  348. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  349. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  350. }
  351. //---------------------------------------------------------------------------------------
  352. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessAddProp")]
  353. public partial class GoddessAddProp : global::ProtoBuf.IExtensible
  354. {
  355. public GoddessAddProp() {}
  356. private string _name;
  357. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
  358. public string name
  359. {
  360. get { return _name; }
  361. set { _name = value; }
  362. }
  363. private int _addValue;
  364. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"addValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  365. public int addValue
  366. {
  367. get { return _addValue; }
  368. set { _addValue = value; }
  369. }
  370. private global::ProtoBuf.IExtension extensionObject;
  371. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  372. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  373. }
  374. //---------------------------------------------------------------------------------------
  375. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessUpgradeStruct")]
  376. public partial class GoddessUpgradeStruct : global::ProtoBuf.IExtensible
  377. {
  378. public GoddessUpgradeStruct() {}
  379. private int _actionCount;
  380. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"actionCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  381. public int actionCount
  382. {
  383. get { return _actionCount; }
  384. set { _actionCount = value; }
  385. }
  386. private readonly global::System.Collections.Generic.List<pomelo.area.GoddessAddProp> _addProps = new global::System.Collections.Generic.List<pomelo.area.GoddessAddProp>();
  387. [global::ProtoBuf.ProtoMember(2, Name=@"addProps", DataFormat = global::ProtoBuf.DataFormat.Default)]
  388. public global::System.Collections.Generic.List<pomelo.area.GoddessAddProp> addProps
  389. {
  390. get { return _addProps; }
  391. }
  392. private pomelo.area.GoddessSkill _skill = null;
  393. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"skill", DataFormat = global::ProtoBuf.DataFormat.Default)]
  394. [global::System.ComponentModel.DefaultValue(null)]
  395. public pomelo.area.GoddessSkill skill
  396. {
  397. get { return _skill; }
  398. set { _skill = value; }
  399. }
  400. private global::ProtoBuf.IExtension extensionObject;
  401. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  402. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  403. }
  404. //---------------------------------------------------------------------------------------
  405. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessIntimacyStruct")]
  406. public partial class GoddessIntimacyStruct : global::ProtoBuf.IExtensible
  407. {
  408. public GoddessIntimacyStruct() {}
  409. private int _intimacy;
  410. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"intimacy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  411. public int intimacy
  412. {
  413. get { return _intimacy; }
  414. set { _intimacy = value; }
  415. }
  416. private int _intimacyLevel;
  417. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"intimacyLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  418. public int intimacyLevel
  419. {
  420. get { return _intimacyLevel; }
  421. set { _intimacyLevel = value; }
  422. }
  423. private int _intimacyStage;
  424. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"intimacyStage", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  425. public int intimacyStage
  426. {
  427. get { return _intimacyStage; }
  428. set { _intimacyStage = value; }
  429. }
  430. private int _needIntimacy;
  431. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"needIntimacy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  432. public int needIntimacy
  433. {
  434. get { return _needIntimacy; }
  435. set { _needIntimacy = value; }
  436. }
  437. private global::ProtoBuf.IExtension extensionObject;
  438. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  439. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  440. }
  441. //---------------------------------------------------------------------------------------
  442. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"CommInfo")]
  443. public partial class CommInfo : global::ProtoBuf.IExtensible
  444. {
  445. public CommInfo() {}
  446. private int _type;
  447. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  448. public int type
  449. {
  450. get { return _type; }
  451. set { _type = value; }
  452. }
  453. private int _exp;
  454. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"exp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  455. public int exp
  456. {
  457. get { return _exp; }
  458. set { _exp = value; }
  459. }
  460. private int _cost;
  461. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"cost", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  462. public int cost
  463. {
  464. get { return _cost; }
  465. set { _cost = value; }
  466. }
  467. private string _name;
  468. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
  469. public string name
  470. {
  471. get { return _name; }
  472. set { _name = value; }
  473. }
  474. private global::ProtoBuf.IExtension extensionObject;
  475. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  476. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  477. }
  478. //---------------------------------------------------------------------------------------
  479. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessCommStruct")]
  480. public partial class GoddessCommStruct : global::ProtoBuf.IExtensible
  481. {
  482. public GoddessCommStruct() {}
  483. private int _curCommCount;
  484. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"curCommCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  485. public int curCommCount
  486. {
  487. get { return _curCommCount; }
  488. set { _curCommCount = value; }
  489. }
  490. private int _maxCommCount;
  491. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"maxCommCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  492. public int maxCommCount
  493. {
  494. get { return _maxCommCount; }
  495. set { _maxCommCount = value; }
  496. }
  497. private readonly global::System.Collections.Generic.List<pomelo.area.CommInfo> _commInfo = new global::System.Collections.Generic.List<pomelo.area.CommInfo>();
  498. [global::ProtoBuf.ProtoMember(3, Name=@"commInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  499. public global::System.Collections.Generic.List<pomelo.area.CommInfo> commInfo
  500. {
  501. get { return _commInfo; }
  502. }
  503. private global::ProtoBuf.IExtension extensionObject;
  504. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  505. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  506. }
  507. //---------------------------------------------------------------------------------------
  508. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetCommInfoResponse")]
  509. public partial class GetCommInfoResponse : global::ProtoBuf.IExtensible
  510. {
  511. public GetCommInfoResponse() {}
  512. private int _s2c_code;
  513. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  514. public int s2c_code
  515. {
  516. get { return _s2c_code; }
  517. set { _s2c_code = value; }
  518. }
  519. private string _s2c_msg = "";
  520. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  521. [global::System.ComponentModel.DefaultValue("")]
  522. public string s2c_msg
  523. {
  524. get { return _s2c_msg; }
  525. set { _s2c_msg = value; }
  526. }
  527. private pomelo.area.GoddessCommStruct _s2c_commData = null;
  528. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_commData", DataFormat = global::ProtoBuf.DataFormat.Default)]
  529. [global::System.ComponentModel.DefaultValue(null)]
  530. public pomelo.area.GoddessCommStruct s2c_commData
  531. {
  532. get { return _s2c_commData; }
  533. set { _s2c_commData = value; }
  534. }
  535. private global::ProtoBuf.IExtension extensionObject;
  536. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  537. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  538. }
  539. //---------------------------------------------------------------------------------------
  540. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpIntimacyResponse")]
  541. public partial class UpIntimacyResponse : global::ProtoBuf.IExtensible
  542. {
  543. public UpIntimacyResponse() {}
  544. private int _s2c_code;
  545. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  546. public int s2c_code
  547. {
  548. get { return _s2c_code; }
  549. set { _s2c_code = value; }
  550. }
  551. private string _s2c_msg = "";
  552. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  553. [global::System.ComponentModel.DefaultValue("")]
  554. public string s2c_msg
  555. {
  556. get { return _s2c_msg; }
  557. set { _s2c_msg = value; }
  558. }
  559. private int _s2c_star = default(int);
  560. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_star", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  561. [global::System.ComponentModel.DefaultValue(default(int))]
  562. public int s2c_star
  563. {
  564. get { return _s2c_star; }
  565. set { _s2c_star = value; }
  566. }
  567. private pomelo.area.GoddessIntimacyStruct _s2c_intimacyData = null;
  568. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_intimacyData", DataFormat = global::ProtoBuf.DataFormat.Default)]
  569. [global::System.ComponentModel.DefaultValue(null)]
  570. public pomelo.area.GoddessIntimacyStruct s2c_intimacyData
  571. {
  572. get { return _s2c_intimacyData; }
  573. set { _s2c_intimacyData = value; }
  574. }
  575. private pomelo.area.GoddessUpgradeStruct _s2c_upGradeInfo = null;
  576. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_upGradeInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  577. [global::System.ComponentModel.DefaultValue(null)]
  578. public pomelo.area.GoddessUpgradeStruct s2c_upGradeInfo
  579. {
  580. get { return _s2c_upGradeInfo; }
  581. set { _s2c_upGradeInfo = value; }
  582. }
  583. private global::ProtoBuf.IExtension extensionObject;
  584. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  585. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  586. }
  587. //---------------------------------------------------------------------------------------
  588. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UpStarResponse")]
  589. public partial class UpStarResponse : global::ProtoBuf.IExtensible
  590. {
  591. public UpStarResponse() {}
  592. private int _s2c_code;
  593. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  594. public int s2c_code
  595. {
  596. get { return _s2c_code; }
  597. set { _s2c_code = value; }
  598. }
  599. private string _s2c_msg = "";
  600. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  601. [global::System.ComponentModel.DefaultValue("")]
  602. public string s2c_msg
  603. {
  604. get { return _s2c_msg; }
  605. set { _s2c_msg = value; }
  606. }
  607. private int _s2c_star = default(int);
  608. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_star", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  609. [global::System.ComponentModel.DefaultValue(default(int))]
  610. public int s2c_star
  611. {
  612. get { return _s2c_star; }
  613. set { _s2c_star = value; }
  614. }
  615. private pomelo.area.GoddessIntimacyStruct _s2c_intimacyData = null;
  616. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_intimacyData", DataFormat = global::ProtoBuf.DataFormat.Default)]
  617. [global::System.ComponentModel.DefaultValue(null)]
  618. public pomelo.area.GoddessIntimacyStruct s2c_intimacyData
  619. {
  620. get { return _s2c_intimacyData; }
  621. set { _s2c_intimacyData = value; }
  622. }
  623. private pomelo.area.GoddessUpgradeStruct _s2c_upGradeInfo = null;
  624. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_upGradeInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  625. [global::System.ComponentModel.DefaultValue(null)]
  626. public pomelo.area.GoddessUpgradeStruct s2c_upGradeInfo
  627. {
  628. get { return _s2c_upGradeInfo; }
  629. set { _s2c_upGradeInfo = value; }
  630. }
  631. private global::ProtoBuf.IExtension extensionObject;
  632. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  633. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  634. }
  635. //---------------------------------------------------------------------------------------
  636. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetGoddessDetailResponse")]
  637. public partial class GetGoddessDetailResponse : global::ProtoBuf.IExtensible
  638. {
  639. public GetGoddessDetailResponse() {}
  640. private int _s2c_code;
  641. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  642. public int s2c_code
  643. {
  644. get { return _s2c_code; }
  645. set { _s2c_code = value; }
  646. }
  647. private string _s2c_msg = "";
  648. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  649. [global::System.ComponentModel.DefaultValue("")]
  650. public string s2c_msg
  651. {
  652. get { return _s2c_msg; }
  653. set { _s2c_msg = value; }
  654. }
  655. private pomelo.area.GoddessDetail _s2c_goddess = null;
  656. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_goddess", DataFormat = global::ProtoBuf.DataFormat.Default)]
  657. [global::System.ComponentModel.DefaultValue(null)]
  658. public pomelo.area.GoddessDetail s2c_goddess
  659. {
  660. get { return _s2c_goddess; }
  661. set { _s2c_goddess = value; }
  662. }
  663. private global::ProtoBuf.IExtension extensionObject;
  664. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  665. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  666. }
  667. //---------------------------------------------------------------------------------------
  668. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetAllGoddessResponse")]
  669. public partial class GetAllGoddessResponse : global::ProtoBuf.IExtensible
  670. {
  671. public GetAllGoddessResponse() {}
  672. private int _s2c_code;
  673. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  674. public int s2c_code
  675. {
  676. get { return _s2c_code; }
  677. set { _s2c_code = value; }
  678. }
  679. private string _s2c_msg = "";
  680. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  681. [global::System.ComponentModel.DefaultValue("")]
  682. public string s2c_msg
  683. {
  684. get { return _s2c_msg; }
  685. set { _s2c_msg = value; }
  686. }
  687. private int _s2c_on_battle_max_num;
  688. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_on_battle_max_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  689. public int s2c_on_battle_max_num
  690. {
  691. get { return _s2c_on_battle_max_num; }
  692. set { _s2c_on_battle_max_num = value; }
  693. }
  694. private readonly global::System.Collections.Generic.List<pomelo.area.GoddessBasic> _s2c_goddesses = new global::System.Collections.Generic.List<pomelo.area.GoddessBasic>();
  695. [global::ProtoBuf.ProtoMember(4, Name=@"s2c_goddesses", DataFormat = global::ProtoBuf.DataFormat.Default)]
  696. public global::System.Collections.Generic.List<pomelo.area.GoddessBasic> s2c_goddesses
  697. {
  698. get { return _s2c_goddesses; }
  699. }
  700. private global::ProtoBuf.IExtension extensionObject;
  701. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  702. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  703. }
  704. //---------------------------------------------------------------------------------------
  705. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessGift")]
  706. public partial class GoddessGift : global::ProtoBuf.IExtensible
  707. {
  708. public GoddessGift() {}
  709. private int _id;
  710. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  711. public int id
  712. {
  713. get { return _id; }
  714. set { _id = value; }
  715. }
  716. private int _price;
  717. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  718. public int price
  719. {
  720. get { return _price; }
  721. set { _price = value; }
  722. }
  723. private string _name;
  724. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
  725. public string name
  726. {
  727. get { return _name; }
  728. set { _name = value; }
  729. }
  730. private string _pic;
  731. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"pic", DataFormat = global::ProtoBuf.DataFormat.Default)]
  732. public string pic
  733. {
  734. get { return _pic; }
  735. set { _pic = value; }
  736. }
  737. private string _des;
  738. [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"des", DataFormat = global::ProtoBuf.DataFormat.Default)]
  739. public string des
  740. {
  741. get { return _des; }
  742. set { _des = value; }
  743. }
  744. private pomelo.area.GoddessGiftBasic _basic;
  745. [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"basic", DataFormat = global::ProtoBuf.DataFormat.Default)]
  746. public pomelo.area.GoddessGiftBasic basic
  747. {
  748. get { return _basic; }
  749. set { _basic = value; }
  750. }
  751. private global::ProtoBuf.IExtension extensionObject;
  752. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  753. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  754. }
  755. //---------------------------------------------------------------------------------------
  756. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessGiftBasic")]
  757. public partial class GoddessGiftBasic : global::ProtoBuf.IExtensible
  758. {
  759. public GoddessGiftBasic() {}
  760. private int _pos;
  761. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  762. public int pos
  763. {
  764. get { return _pos; }
  765. set { _pos = value; }
  766. }
  767. private string _show;
  768. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"show", DataFormat = global::ProtoBuf.DataFormat.Default)]
  769. public string show
  770. {
  771. get { return _show; }
  772. set { _show = value; }
  773. }
  774. private int _state;
  775. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  776. public int state
  777. {
  778. get { return _state; }
  779. set { _state = value; }
  780. }
  781. private global::ProtoBuf.IExtension extensionObject;
  782. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  783. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  784. }
  785. //---------------------------------------------------------------------------------------
  786. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessSkill")]
  787. public partial class GoddessSkill : global::ProtoBuf.IExtensible
  788. {
  789. public GoddessSkill() {}
  790. private string _name;
  791. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
  792. public string name
  793. {
  794. get { return _name; }
  795. set { _name = value; }
  796. }
  797. private string _pic;
  798. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"pic", DataFormat = global::ProtoBuf.DataFormat.Default)]
  799. public string pic
  800. {
  801. get { return _pic; }
  802. set { _pic = value; }
  803. }
  804. private string _des;
  805. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"des", DataFormat = global::ProtoBuf.DataFormat.Default)]
  806. public string des
  807. {
  808. get { return _des; }
  809. set { _des = value; }
  810. }
  811. private int _level;
  812. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  813. public int level
  814. {
  815. get { return _level; }
  816. set { _level = value; }
  817. }
  818. private global::ProtoBuf.IExtension extensionObject;
  819. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  820. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  821. }
  822. //---------------------------------------------------------------------------------------
  823. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessBasic")]
  824. public partial class GoddessBasic : global::ProtoBuf.IExtensible
  825. {
  826. public GoddessBasic() {}
  827. private int _id;
  828. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  829. public int id
  830. {
  831. get { return _id; }
  832. set { _id = value; }
  833. }
  834. private int _templateId;
  835. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"templateId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  836. public int templateId
  837. {
  838. get { return _templateId; }
  839. set { _templateId = value; }
  840. }
  841. private string _name;
  842. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
  843. public string name
  844. {
  845. get { return _name; }
  846. set { _name = value; }
  847. }
  848. private int _state;
  849. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  850. public int state
  851. {
  852. get { return _state; }
  853. set { _state = value; }
  854. }
  855. private int _star;
  856. [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"star", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  857. public int star
  858. {
  859. get { return _star; }
  860. set { _star = value; }
  861. }
  862. private int _intimacy;
  863. [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"intimacy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  864. public int intimacy
  865. {
  866. get { return _intimacy; }
  867. set { _intimacy = value; }
  868. }
  869. private int _intimacyLevel;
  870. [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"intimacyLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  871. public int intimacyLevel
  872. {
  873. get { return _intimacyLevel; }
  874. set { _intimacyLevel = value; }
  875. }
  876. private int _intimacyStage;
  877. [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"intimacyStage", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  878. public int intimacyStage
  879. {
  880. get { return _intimacyStage; }
  881. set { _intimacyStage = value; }
  882. }
  883. private int _actionCount;
  884. [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"actionCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  885. public int actionCount
  886. {
  887. get { return _actionCount; }
  888. set { _actionCount = value; }
  889. }
  890. private int _upStarItemCur;
  891. [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"upStarItemCur", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  892. public int upStarItemCur
  893. {
  894. get { return _upStarItemCur; }
  895. set { _upStarItemCur = value; }
  896. }
  897. private int _upStarItemMax;
  898. [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"upStarItemMax", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  899. public int upStarItemMax
  900. {
  901. get { return _upStarItemMax; }
  902. set { _upStarItemMax = value; }
  903. }
  904. private int _needIntimacy;
  905. [global::ProtoBuf.ProtoMember(12, IsRequired = true, Name=@"needIntimacy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  906. public int needIntimacy
  907. {
  908. get { return _needIntimacy; }
  909. set { _needIntimacy = value; }
  910. }
  911. private readonly global::System.Collections.Generic.List<pomelo.area.GoddessGiftBasic> _equips = new global::System.Collections.Generic.List<pomelo.area.GoddessGiftBasic>();
  912. [global::ProtoBuf.ProtoMember(13, Name=@"equips", DataFormat = global::ProtoBuf.DataFormat.Default)]
  913. public global::System.Collections.Generic.List<pomelo.area.GoddessGiftBasic> equips
  914. {
  915. get { return _equips; }
  916. }
  917. private global::ProtoBuf.IExtension extensionObject;
  918. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  919. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  920. }
  921. //---------------------------------------------------------------------------------------
  922. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessEffectStruct")]
  923. public partial class GoddessEffectStruct : global::ProtoBuf.IExtensible
  924. {
  925. public GoddessEffectStruct() {}
  926. private string _name;
  927. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
  928. public string name
  929. {
  930. get { return _name; }
  931. set { _name = value; }
  932. }
  933. private int _value;
  934. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  935. public int value
  936. {
  937. get { return _value; }
  938. set { _value = value; }
  939. }
  940. private global::ProtoBuf.IExtension extensionObject;
  941. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  942. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  943. }
  944. //---------------------------------------------------------------------------------------
  945. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessDetail")]
  946. public partial class GoddessDetail : global::ProtoBuf.IExtensible
  947. {
  948. public GoddessDetail() {}
  949. private pomelo.area.GoddessBasic _basic;
  950. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"basic", DataFormat = global::ProtoBuf.DataFormat.Default)]
  951. public pomelo.area.GoddessBasic basic
  952. {
  953. get { return _basic; }
  954. set { _basic = value; }
  955. }
  956. private readonly global::System.Collections.Generic.List<pomelo.area.GoddessEffectStruct> _atts = new global::System.Collections.Generic.List<pomelo.area.GoddessEffectStruct>();
  957. [global::ProtoBuf.ProtoMember(2, Name=@"atts", DataFormat = global::ProtoBuf.DataFormat.Default)]
  958. public global::System.Collections.Generic.List<pomelo.area.GoddessEffectStruct> atts
  959. {
  960. get { return _atts; }
  961. }
  962. private pomelo.area.GoddessSkill _mainSkill = null;
  963. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"mainSkill", DataFormat = global::ProtoBuf.DataFormat.Default)]
  964. [global::System.ComponentModel.DefaultValue(null)]
  965. public pomelo.area.GoddessSkill mainSkill
  966. {
  967. get { return _mainSkill; }
  968. set { _mainSkill = value; }
  969. }
  970. private pomelo.area.GoddessSkill _assistSkill = null;
  971. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"assistSkill", DataFormat = global::ProtoBuf.DataFormat.Default)]
  972. [global::System.ComponentModel.DefaultValue(null)]
  973. public pomelo.area.GoddessSkill assistSkill
  974. {
  975. get { return _assistSkill; }
  976. set { _assistSkill = value; }
  977. }
  978. private global::ProtoBuf.IExtension extensionObject;
  979. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  980. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  981. }
  982. //---------------------------------------------------------------------------------------
  983. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EnterGoddessSceneResponse")]
  984. public partial class EnterGoddessSceneResponse : global::ProtoBuf.IExtensible
  985. {
  986. public EnterGoddessSceneResponse() {}
  987. private int _s2c_code;
  988. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  989. public int s2c_code
  990. {
  991. get { return _s2c_code; }
  992. set { _s2c_code = value; }
  993. }
  994. private string _s2c_msg = "";
  995. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  996. [global::System.ComponentModel.DefaultValue("")]
  997. public string s2c_msg
  998. {
  999. get { return _s2c_msg; }
  1000. set { _s2c_msg = value; }
  1001. }
  1002. private global::ProtoBuf.IExtension extensionObject;
  1003. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1004. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1005. }
  1006. //---------------------------------------------------------------------------------------
  1007. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OutGoddessSceneResponse")]
  1008. public partial class OutGoddessSceneResponse : global::ProtoBuf.IExtensible
  1009. {
  1010. public OutGoddessSceneResponse() {}
  1011. private int _s2c_code;
  1012. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1013. public int s2c_code
  1014. {
  1015. get { return _s2c_code; }
  1016. set { _s2c_code = value; }
  1017. }
  1018. private string _s2c_msg = "";
  1019. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1020. [global::System.ComponentModel.DefaultValue("")]
  1021. public string s2c_msg
  1022. {
  1023. get { return _s2c_msg; }
  1024. set { _s2c_msg = value; }
  1025. }
  1026. private global::ProtoBuf.IExtension extensionObject;
  1027. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1028. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1029. }
  1030. //---------------------------------------------------------------------------------------
  1031. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ActiveGoddessResponse")]
  1032. public partial class ActiveGoddessResponse : global::ProtoBuf.IExtensible
  1033. {
  1034. public ActiveGoddessResponse() {}
  1035. private int _s2c_code;
  1036. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1037. public int s2c_code
  1038. {
  1039. get { return _s2c_code; }
  1040. set { _s2c_code = value; }
  1041. }
  1042. private string _s2c_msg = "";
  1043. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1044. [global::System.ComponentModel.DefaultValue("")]
  1045. public string s2c_msg
  1046. {
  1047. get { return _s2c_msg; }
  1048. set { _s2c_msg = value; }
  1049. }
  1050. private global::ProtoBuf.IExtension extensionObject;
  1051. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1052. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1053. }
  1054. //---------------------------------------------------------------------------------------
  1055. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OnBattleGoddessResponse")]
  1056. public partial class OnBattleGoddessResponse : global::ProtoBuf.IExtensible
  1057. {
  1058. public OnBattleGoddessResponse() {}
  1059. private int _s2c_code;
  1060. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1061. public int s2c_code
  1062. {
  1063. get { return _s2c_code; }
  1064. set { _s2c_code = value; }
  1065. }
  1066. private string _s2c_msg = "";
  1067. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1068. [global::System.ComponentModel.DefaultValue("")]
  1069. public string s2c_msg
  1070. {
  1071. get { return _s2c_msg; }
  1072. set { _s2c_msg = value; }
  1073. }
  1074. private global::ProtoBuf.IExtension extensionObject;
  1075. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1076. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1077. }
  1078. //---------------------------------------------------------------------------------------
  1079. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OffBattleGoddessResponse")]
  1080. public partial class OffBattleGoddessResponse : global::ProtoBuf.IExtensible
  1081. {
  1082. public OffBattleGoddessResponse() {}
  1083. private int _s2c_code;
  1084. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1085. public int s2c_code
  1086. {
  1087. get { return _s2c_code; }
  1088. set { _s2c_code = value; }
  1089. }
  1090. private string _s2c_msg = "";
  1091. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1092. [global::System.ComponentModel.DefaultValue("")]
  1093. public string s2c_msg
  1094. {
  1095. get { return _s2c_msg; }
  1096. set { _s2c_msg = value; }
  1097. }
  1098. private global::ProtoBuf.IExtension extensionObject;
  1099. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1100. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1101. }
  1102. //---------------------------------------------------------------------------------------
  1103. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessEquipDynamicPush")]
  1104. public partial class GoddessEquipDynamicPush : global::ProtoBuf.IExtensible
  1105. {
  1106. public GoddessEquipDynamicPush() {}
  1107. private int _s2c_code;
  1108. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1109. public int s2c_code
  1110. {
  1111. get { return _s2c_code; }
  1112. set { _s2c_code = value; }
  1113. }
  1114. private int _s2c_goddessId;
  1115. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1116. public int s2c_goddessId
  1117. {
  1118. get { return _s2c_goddessId; }
  1119. set { _s2c_goddessId = value; }
  1120. }
  1121. private readonly global::System.Collections.Generic.List<pomelo.area.GoddessGiftBasic> _s2c_data = new global::System.Collections.Generic.List<pomelo.area.GoddessGiftBasic>();
  1122. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1123. public global::System.Collections.Generic.List<pomelo.area.GoddessGiftBasic> s2c_data
  1124. {
  1125. get { return _s2c_data; }
  1126. }
  1127. private global::ProtoBuf.IExtension extensionObject;
  1128. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1129. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1130. }
  1131. //---------------------------------------------------------------------------------------
  1132. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessGiftDynamicPush")]
  1133. public partial class GoddessGiftDynamicPush : global::ProtoBuf.IExtensible
  1134. {
  1135. public GoddessGiftDynamicPush() {}
  1136. private int _s2c_code;
  1137. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1138. public int s2c_code
  1139. {
  1140. get { return _s2c_code; }
  1141. set { _s2c_code = value; }
  1142. }
  1143. private int _s2c_goddessId;
  1144. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1145. public int s2c_goddessId
  1146. {
  1147. get { return _s2c_goddessId; }
  1148. set { _s2c_goddessId = value; }
  1149. }
  1150. private readonly global::System.Collections.Generic.List<pomelo.area.GoddessGift> _s2c_data = new global::System.Collections.Generic.List<pomelo.area.GoddessGift>();
  1151. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1152. public global::System.Collections.Generic.List<pomelo.area.GoddessGift> s2c_data
  1153. {
  1154. get { return _s2c_data; }
  1155. }
  1156. private global::ProtoBuf.IExtension extensionObject;
  1157. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1158. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1159. }
  1160. }