client2world_activity.pb.h 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: client2world_activity.proto
  3. #ifndef PROTOBUF_client2world_5factivity_2eproto__INCLUDED
  4. #define PROTOBUF_client2world_5factivity_2eproto__INCLUDED
  5. #include <string>
  6. #include <google/protobuf/stubs/common.h>
  7. #if GOOGLE_PROTOBUF_VERSION < 2005000
  8. #error This file was generated by a newer version of protoc which is
  9. #error incompatible with your Protocol Buffer headers. Please update
  10. #error your headers.
  11. #endif
  12. #if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
  13. #error This file was generated by an older version of protoc which is
  14. #error incompatible with your Protocol Buffer headers. Please
  15. #error regenerate this file with a newer version of protoc.
  16. #endif
  17. #include <google/protobuf/generated_message_util.h>
  18. #include <google/protobuf/message.h>
  19. #include <google/protobuf/repeated_field.h>
  20. #include <google/protobuf/extension_set.h>
  21. #include <google/protobuf/unknown_field_set.h>
  22. #include "client2world_msg_type.pb.h"
  23. #include "msg_type_def.pb.h"
  24. #include "msg_info_def.pb.h"
  25. // @@protoc_insertion_point(includes)
  26. namespace client2world_protocols {
  27. // Internal implementation detail -- do not call these.
  28. void protobuf_AddDesc_client2world_5factivity_2eproto();
  29. void protobuf_AssignDesc_client2world_5factivity_2eproto();
  30. void protobuf_ShutdownFile_client2world_5factivity_2eproto();
  31. class packetc2w_req_activity_state;
  32. class packetw2c_req_activity_state_result;
  33. class packetc2w_receive_cdkey;
  34. class packetw2c_receive_cdkey_result;
  35. class packetw2c_sync_activity_result;
  36. class packetc2w_get_grow_fund_info;
  37. class packetw2c_get_grow_fund_info_result;
  38. class packetc2w_receive_grow_fund_reward;
  39. class packetw2c_receive_grow_fund_reward_result;
  40. class packetc2w_grow_fund_record;
  41. // ===================================================================
  42. class packetc2w_req_activity_state : public ::google::protobuf::Message {
  43. public:
  44. packetc2w_req_activity_state();
  45. virtual ~packetc2w_req_activity_state();
  46. packetc2w_req_activity_state(const packetc2w_req_activity_state& from);
  47. inline packetc2w_req_activity_state& operator=(const packetc2w_req_activity_state& from) {
  48. CopyFrom(from);
  49. return *this;
  50. }
  51. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  52. return _unknown_fields_;
  53. }
  54. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  55. return &_unknown_fields_;
  56. }
  57. static const ::google::protobuf::Descriptor* descriptor();
  58. static const packetc2w_req_activity_state& default_instance();
  59. void Swap(packetc2w_req_activity_state* other);
  60. // implements Message ----------------------------------------------
  61. packetc2w_req_activity_state* New() const;
  62. void CopyFrom(const ::google::protobuf::Message& from);
  63. void MergeFrom(const ::google::protobuf::Message& from);
  64. void CopyFrom(const packetc2w_req_activity_state& from);
  65. void MergeFrom(const packetc2w_req_activity_state& from);
  66. void Clear();
  67. bool IsInitialized() const;
  68. int ByteSize() const;
  69. bool MergePartialFromCodedStream(
  70. ::google::protobuf::io::CodedInputStream* input);
  71. void SerializeWithCachedSizes(
  72. ::google::protobuf::io::CodedOutputStream* output) const;
  73. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  74. int GetCachedSize() const { return _cached_size_; }
  75. private:
  76. void SharedCtor();
  77. void SharedDtor();
  78. void SetCachedSize(int size) const;
  79. public:
  80. ::google::protobuf::Metadata GetMetadata() const;
  81. // nested types ----------------------------------------------------
  82. // accessors -------------------------------------------------------
  83. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_req_activity_state];
  84. inline bool has_packet_id() const;
  85. inline void clear_packet_id();
  86. static const int kPacketIdFieldNumber = 1;
  87. inline ::client2world_protocols::e_server_msg_type packet_id() const;
  88. inline void set_packet_id(::client2world_protocols::e_server_msg_type value);
  89. // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_req_activity_state)
  90. private:
  91. inline void set_has_packet_id();
  92. inline void clear_has_packet_id();
  93. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  94. int packet_id_;
  95. mutable int _cached_size_;
  96. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  97. friend void protobuf_AddDesc_client2world_5factivity_2eproto();
  98. friend void protobuf_AssignDesc_client2world_5factivity_2eproto();
  99. friend void protobuf_ShutdownFile_client2world_5factivity_2eproto();
  100. void InitAsDefaultInstance();
  101. static packetc2w_req_activity_state* default_instance_;
  102. };
  103. // -------------------------------------------------------------------
  104. class packetw2c_req_activity_state_result : public ::google::protobuf::Message {
  105. public:
  106. packetw2c_req_activity_state_result();
  107. virtual ~packetw2c_req_activity_state_result();
  108. packetw2c_req_activity_state_result(const packetw2c_req_activity_state_result& from);
  109. inline packetw2c_req_activity_state_result& operator=(const packetw2c_req_activity_state_result& from) {
  110. CopyFrom(from);
  111. return *this;
  112. }
  113. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  114. return _unknown_fields_;
  115. }
  116. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  117. return &_unknown_fields_;
  118. }
  119. static const ::google::protobuf::Descriptor* descriptor();
  120. static const packetw2c_req_activity_state_result& default_instance();
  121. void Swap(packetw2c_req_activity_state_result* other);
  122. // implements Message ----------------------------------------------
  123. packetw2c_req_activity_state_result* New() const;
  124. void CopyFrom(const ::google::protobuf::Message& from);
  125. void MergeFrom(const ::google::protobuf::Message& from);
  126. void CopyFrom(const packetw2c_req_activity_state_result& from);
  127. void MergeFrom(const packetw2c_req_activity_state_result& from);
  128. void Clear();
  129. bool IsInitialized() const;
  130. int ByteSize() const;
  131. bool MergePartialFromCodedStream(
  132. ::google::protobuf::io::CodedInputStream* input);
  133. void SerializeWithCachedSizes(
  134. ::google::protobuf::io::CodedOutputStream* output) const;
  135. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  136. int GetCachedSize() const { return _cached_size_; }
  137. private:
  138. void SharedCtor();
  139. void SharedDtor();
  140. void SetCachedSize(int size) const;
  141. public:
  142. ::google::protobuf::Metadata GetMetadata() const;
  143. // nested types ----------------------------------------------------
  144. // accessors -------------------------------------------------------
  145. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_req_activity_state_result];
  146. inline bool has_packet_id() const;
  147. inline void clear_packet_id();
  148. static const int kPacketIdFieldNumber = 1;
  149. inline ::client2world_protocols::e_server_msg_type packet_id() const;
  150. inline void set_packet_id(::client2world_protocols::e_server_msg_type value);
  151. // repeated .msg_info_def.ActivityReceiveInfo receiveInfo = 2;
  152. inline int receiveinfo_size() const;
  153. inline void clear_receiveinfo();
  154. static const int kReceiveInfoFieldNumber = 2;
  155. inline const ::msg_info_def::ActivityReceiveInfo& receiveinfo(int index) const;
  156. inline ::msg_info_def::ActivityReceiveInfo* mutable_receiveinfo(int index);
  157. inline ::msg_info_def::ActivityReceiveInfo* add_receiveinfo();
  158. inline const ::google::protobuf::RepeatedPtrField< ::msg_info_def::ActivityReceiveInfo >&
  159. receiveinfo() const;
  160. inline ::google::protobuf::RepeatedPtrField< ::msg_info_def::ActivityReceiveInfo >*
  161. mutable_receiveinfo();
  162. // optional int32 activityCurRecharge = 3;
  163. inline bool has_activitycurrecharge() const;
  164. inline void clear_activitycurrecharge();
  165. static const int kActivityCurRechargeFieldNumber = 3;
  166. inline ::google::protobuf::int32 activitycurrecharge() const;
  167. inline void set_activitycurrecharge(::google::protobuf::int32 value);
  168. // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_req_activity_state_result)
  169. private:
  170. inline void set_has_packet_id();
  171. inline void clear_has_packet_id();
  172. inline void set_has_activitycurrecharge();
  173. inline void clear_has_activitycurrecharge();
  174. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  175. ::google::protobuf::RepeatedPtrField< ::msg_info_def::ActivityReceiveInfo > receiveinfo_;
  176. int packet_id_;
  177. ::google::protobuf::int32 activitycurrecharge_;
  178. mutable int _cached_size_;
  179. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  180. friend void protobuf_AddDesc_client2world_5factivity_2eproto();
  181. friend void protobuf_AssignDesc_client2world_5factivity_2eproto();
  182. friend void protobuf_ShutdownFile_client2world_5factivity_2eproto();
  183. void InitAsDefaultInstance();
  184. static packetw2c_req_activity_state_result* default_instance_;
  185. };
  186. // -------------------------------------------------------------------
  187. class packetc2w_receive_cdkey : public ::google::protobuf::Message {
  188. public:
  189. packetc2w_receive_cdkey();
  190. virtual ~packetc2w_receive_cdkey();
  191. packetc2w_receive_cdkey(const packetc2w_receive_cdkey& from);
  192. inline packetc2w_receive_cdkey& operator=(const packetc2w_receive_cdkey& from) {
  193. CopyFrom(from);
  194. return *this;
  195. }
  196. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  197. return _unknown_fields_;
  198. }
  199. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  200. return &_unknown_fields_;
  201. }
  202. static const ::google::protobuf::Descriptor* descriptor();
  203. static const packetc2w_receive_cdkey& default_instance();
  204. void Swap(packetc2w_receive_cdkey* other);
  205. // implements Message ----------------------------------------------
  206. packetc2w_receive_cdkey* New() const;
  207. void CopyFrom(const ::google::protobuf::Message& from);
  208. void MergeFrom(const ::google::protobuf::Message& from);
  209. void CopyFrom(const packetc2w_receive_cdkey& from);
  210. void MergeFrom(const packetc2w_receive_cdkey& from);
  211. void Clear();
  212. bool IsInitialized() const;
  213. int ByteSize() const;
  214. bool MergePartialFromCodedStream(
  215. ::google::protobuf::io::CodedInputStream* input);
  216. void SerializeWithCachedSizes(
  217. ::google::protobuf::io::CodedOutputStream* output) const;
  218. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  219. int GetCachedSize() const { return _cached_size_; }
  220. private:
  221. void SharedCtor();
  222. void SharedDtor();
  223. void SetCachedSize(int size) const;
  224. public:
  225. ::google::protobuf::Metadata GetMetadata() const;
  226. // nested types ----------------------------------------------------
  227. // accessors -------------------------------------------------------
  228. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_receive_cdkey];
  229. inline bool has_packet_id() const;
  230. inline void clear_packet_id();
  231. static const int kPacketIdFieldNumber = 1;
  232. inline ::client2world_protocols::e_server_msg_type packet_id() const;
  233. inline void set_packet_id(::client2world_protocols::e_server_msg_type value);
  234. // optional string cdkey = 2;
  235. inline bool has_cdkey() const;
  236. inline void clear_cdkey();
  237. static const int kCdkeyFieldNumber = 2;
  238. inline const ::std::string& cdkey() const;
  239. inline void set_cdkey(const ::std::string& value);
  240. inline void set_cdkey(const char* value);
  241. inline void set_cdkey(const char* value, size_t size);
  242. inline ::std::string* mutable_cdkey();
  243. inline ::std::string* release_cdkey();
  244. inline void set_allocated_cdkey(::std::string* cdkey);
  245. // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_receive_cdkey)
  246. private:
  247. inline void set_has_packet_id();
  248. inline void clear_has_packet_id();
  249. inline void set_has_cdkey();
  250. inline void clear_has_cdkey();
  251. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  252. ::std::string* cdkey_;
  253. int packet_id_;
  254. mutable int _cached_size_;
  255. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  256. friend void protobuf_AddDesc_client2world_5factivity_2eproto();
  257. friend void protobuf_AssignDesc_client2world_5factivity_2eproto();
  258. friend void protobuf_ShutdownFile_client2world_5factivity_2eproto();
  259. void InitAsDefaultInstance();
  260. static packetc2w_receive_cdkey* default_instance_;
  261. };
  262. // -------------------------------------------------------------------
  263. class packetw2c_receive_cdkey_result : public ::google::protobuf::Message {
  264. public:
  265. packetw2c_receive_cdkey_result();
  266. virtual ~packetw2c_receive_cdkey_result();
  267. packetw2c_receive_cdkey_result(const packetw2c_receive_cdkey_result& from);
  268. inline packetw2c_receive_cdkey_result& operator=(const packetw2c_receive_cdkey_result& from) {
  269. CopyFrom(from);
  270. return *this;
  271. }
  272. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  273. return _unknown_fields_;
  274. }
  275. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  276. return &_unknown_fields_;
  277. }
  278. static const ::google::protobuf::Descriptor* descriptor();
  279. static const packetw2c_receive_cdkey_result& default_instance();
  280. void Swap(packetw2c_receive_cdkey_result* other);
  281. // implements Message ----------------------------------------------
  282. packetw2c_receive_cdkey_result* New() const;
  283. void CopyFrom(const ::google::protobuf::Message& from);
  284. void MergeFrom(const ::google::protobuf::Message& from);
  285. void CopyFrom(const packetw2c_receive_cdkey_result& from);
  286. void MergeFrom(const packetw2c_receive_cdkey_result& from);
  287. void Clear();
  288. bool IsInitialized() const;
  289. int ByteSize() const;
  290. bool MergePartialFromCodedStream(
  291. ::google::protobuf::io::CodedInputStream* input);
  292. void SerializeWithCachedSizes(
  293. ::google::protobuf::io::CodedOutputStream* output) const;
  294. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  295. int GetCachedSize() const { return _cached_size_; }
  296. private:
  297. void SharedCtor();
  298. void SharedDtor();
  299. void SetCachedSize(int size) const;
  300. public:
  301. ::google::protobuf::Metadata GetMetadata() const;
  302. // nested types ----------------------------------------------------
  303. // accessors -------------------------------------------------------
  304. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_receive_cdkey_result];
  305. inline bool has_packet_id() const;
  306. inline void clear_packet_id();
  307. static const int kPacketIdFieldNumber = 1;
  308. inline ::client2world_protocols::e_server_msg_type packet_id() const;
  309. inline void set_packet_id(::client2world_protocols::e_server_msg_type value);
  310. // optional int32 result = 2;
  311. inline bool has_result() const;
  312. inline void clear_result();
  313. static const int kResultFieldNumber = 2;
  314. inline ::google::protobuf::int32 result() const;
  315. inline void set_result(::google::protobuf::int32 value);
  316. // optional int32 giftId = 3;
  317. inline bool has_giftid() const;
  318. inline void clear_giftid();
  319. static const int kGiftIdFieldNumber = 3;
  320. inline ::google::protobuf::int32 giftid() const;
  321. inline void set_giftid(::google::protobuf::int32 value);
  322. // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_receive_cdkey_result)
  323. private:
  324. inline void set_has_packet_id();
  325. inline void clear_has_packet_id();
  326. inline void set_has_result();
  327. inline void clear_has_result();
  328. inline void set_has_giftid();
  329. inline void clear_has_giftid();
  330. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  331. int packet_id_;
  332. ::google::protobuf::int32 result_;
  333. ::google::protobuf::int32 giftid_;
  334. mutable int _cached_size_;
  335. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  336. friend void protobuf_AddDesc_client2world_5factivity_2eproto();
  337. friend void protobuf_AssignDesc_client2world_5factivity_2eproto();
  338. friend void protobuf_ShutdownFile_client2world_5factivity_2eproto();
  339. void InitAsDefaultInstance();
  340. static packetw2c_receive_cdkey_result* default_instance_;
  341. };
  342. // -------------------------------------------------------------------
  343. class packetw2c_sync_activity_result : public ::google::protobuf::Message {
  344. public:
  345. packetw2c_sync_activity_result();
  346. virtual ~packetw2c_sync_activity_result();
  347. packetw2c_sync_activity_result(const packetw2c_sync_activity_result& from);
  348. inline packetw2c_sync_activity_result& operator=(const packetw2c_sync_activity_result& from) {
  349. CopyFrom(from);
  350. return *this;
  351. }
  352. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  353. return _unknown_fields_;
  354. }
  355. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  356. return &_unknown_fields_;
  357. }
  358. static const ::google::protobuf::Descriptor* descriptor();
  359. static const packetw2c_sync_activity_result& default_instance();
  360. void Swap(packetw2c_sync_activity_result* other);
  361. // implements Message ----------------------------------------------
  362. packetw2c_sync_activity_result* New() const;
  363. void CopyFrom(const ::google::protobuf::Message& from);
  364. void MergeFrom(const ::google::protobuf::Message& from);
  365. void CopyFrom(const packetw2c_sync_activity_result& from);
  366. void MergeFrom(const packetw2c_sync_activity_result& from);
  367. void Clear();
  368. bool IsInitialized() const;
  369. int ByteSize() const;
  370. bool MergePartialFromCodedStream(
  371. ::google::protobuf::io::CodedInputStream* input);
  372. void SerializeWithCachedSizes(
  373. ::google::protobuf::io::CodedOutputStream* output) const;
  374. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  375. int GetCachedSize() const { return _cached_size_; }
  376. private:
  377. void SharedCtor();
  378. void SharedDtor();
  379. void SetCachedSize(int size) const;
  380. public:
  381. ::google::protobuf::Metadata GetMetadata() const;
  382. // nested types ----------------------------------------------------
  383. // accessors -------------------------------------------------------
  384. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_sync_activity_result];
  385. inline bool has_packet_id() const;
  386. inline void clear_packet_id();
  387. static const int kPacketIdFieldNumber = 1;
  388. inline ::client2world_protocols::e_server_msg_type packet_id() const;
  389. inline void set_packet_id(::client2world_protocols::e_server_msg_type value);
  390. // optional int32 active = 2;
  391. inline bool has_active() const;
  392. inline void clear_active();
  393. static const int kActiveFieldNumber = 2;
  394. inline ::google::protobuf::int32 active() const;
  395. inline void set_active(::google::protobuf::int32 value);
  396. // repeated int32 hasGetActiveBox = 3;
  397. inline int hasgetactivebox_size() const;
  398. inline void clear_hasgetactivebox();
  399. static const int kHasGetActiveBoxFieldNumber = 3;
  400. inline ::google::protobuf::int32 hasgetactivebox(int index) const;
  401. inline void set_hasgetactivebox(int index, ::google::protobuf::int32 value);
  402. inline void add_hasgetactivebox(::google::protobuf::int32 value);
  403. inline const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >&
  404. hasgetactivebox() const;
  405. inline ::google::protobuf::RepeatedField< ::google::protobuf::int32 >*
  406. mutable_hasgetactivebox();
  407. // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_sync_activity_result)
  408. private:
  409. inline void set_has_packet_id();
  410. inline void clear_has_packet_id();
  411. inline void set_has_active();
  412. inline void clear_has_active();
  413. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  414. int packet_id_;
  415. ::google::protobuf::int32 active_;
  416. ::google::protobuf::RepeatedField< ::google::protobuf::int32 > hasgetactivebox_;
  417. mutable int _cached_size_;
  418. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  419. friend void protobuf_AddDesc_client2world_5factivity_2eproto();
  420. friend void protobuf_AssignDesc_client2world_5factivity_2eproto();
  421. friend void protobuf_ShutdownFile_client2world_5factivity_2eproto();
  422. void InitAsDefaultInstance();
  423. static packetw2c_sync_activity_result* default_instance_;
  424. };
  425. // -------------------------------------------------------------------
  426. class packetc2w_get_grow_fund_info : public ::google::protobuf::Message {
  427. public:
  428. packetc2w_get_grow_fund_info();
  429. virtual ~packetc2w_get_grow_fund_info();
  430. packetc2w_get_grow_fund_info(const packetc2w_get_grow_fund_info& from);
  431. inline packetc2w_get_grow_fund_info& operator=(const packetc2w_get_grow_fund_info& from) {
  432. CopyFrom(from);
  433. return *this;
  434. }
  435. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  436. return _unknown_fields_;
  437. }
  438. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  439. return &_unknown_fields_;
  440. }
  441. static const ::google::protobuf::Descriptor* descriptor();
  442. static const packetc2w_get_grow_fund_info& default_instance();
  443. void Swap(packetc2w_get_grow_fund_info* other);
  444. // implements Message ----------------------------------------------
  445. packetc2w_get_grow_fund_info* New() const;
  446. void CopyFrom(const ::google::protobuf::Message& from);
  447. void MergeFrom(const ::google::protobuf::Message& from);
  448. void CopyFrom(const packetc2w_get_grow_fund_info& from);
  449. void MergeFrom(const packetc2w_get_grow_fund_info& from);
  450. void Clear();
  451. bool IsInitialized() const;
  452. int ByteSize() const;
  453. bool MergePartialFromCodedStream(
  454. ::google::protobuf::io::CodedInputStream* input);
  455. void SerializeWithCachedSizes(
  456. ::google::protobuf::io::CodedOutputStream* output) const;
  457. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  458. int GetCachedSize() const { return _cached_size_; }
  459. private:
  460. void SharedCtor();
  461. void SharedDtor();
  462. void SetCachedSize(int size) const;
  463. public:
  464. ::google::protobuf::Metadata GetMetadata() const;
  465. // nested types ----------------------------------------------------
  466. // accessors -------------------------------------------------------
  467. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_get_grow_fund_info];
  468. inline bool has_packet_id() const;
  469. inline void clear_packet_id();
  470. static const int kPacketIdFieldNumber = 1;
  471. inline ::client2world_protocols::e_server_msg_type packet_id() const;
  472. inline void set_packet_id(::client2world_protocols::e_server_msg_type value);
  473. // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_get_grow_fund_info)
  474. private:
  475. inline void set_has_packet_id();
  476. inline void clear_has_packet_id();
  477. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  478. int packet_id_;
  479. mutable int _cached_size_;
  480. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  481. friend void protobuf_AddDesc_client2world_5factivity_2eproto();
  482. friend void protobuf_AssignDesc_client2world_5factivity_2eproto();
  483. friend void protobuf_ShutdownFile_client2world_5factivity_2eproto();
  484. void InitAsDefaultInstance();
  485. static packetc2w_get_grow_fund_info* default_instance_;
  486. };
  487. // -------------------------------------------------------------------
  488. class packetw2c_get_grow_fund_info_result : public ::google::protobuf::Message {
  489. public:
  490. packetw2c_get_grow_fund_info_result();
  491. virtual ~packetw2c_get_grow_fund_info_result();
  492. packetw2c_get_grow_fund_info_result(const packetw2c_get_grow_fund_info_result& from);
  493. inline packetw2c_get_grow_fund_info_result& operator=(const packetw2c_get_grow_fund_info_result& from) {
  494. CopyFrom(from);
  495. return *this;
  496. }
  497. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  498. return _unknown_fields_;
  499. }
  500. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  501. return &_unknown_fields_;
  502. }
  503. static const ::google::protobuf::Descriptor* descriptor();
  504. static const packetw2c_get_grow_fund_info_result& default_instance();
  505. void Swap(packetw2c_get_grow_fund_info_result* other);
  506. // implements Message ----------------------------------------------
  507. packetw2c_get_grow_fund_info_result* New() const;
  508. void CopyFrom(const ::google::protobuf::Message& from);
  509. void MergeFrom(const ::google::protobuf::Message& from);
  510. void CopyFrom(const packetw2c_get_grow_fund_info_result& from);
  511. void MergeFrom(const packetw2c_get_grow_fund_info_result& from);
  512. void Clear();
  513. bool IsInitialized() const;
  514. int ByteSize() const;
  515. bool MergePartialFromCodedStream(
  516. ::google::protobuf::io::CodedInputStream* input);
  517. void SerializeWithCachedSizes(
  518. ::google::protobuf::io::CodedOutputStream* output) const;
  519. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  520. int GetCachedSize() const { return _cached_size_; }
  521. private:
  522. void SharedCtor();
  523. void SharedDtor();
  524. void SetCachedSize(int size) const;
  525. public:
  526. ::google::protobuf::Metadata GetMetadata() const;
  527. // nested types ----------------------------------------------------
  528. // accessors -------------------------------------------------------
  529. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_get_grow_fund_info_result];
  530. inline bool has_packet_id() const;
  531. inline void clear_packet_id();
  532. static const int kPacketIdFieldNumber = 1;
  533. inline ::client2world_protocols::e_server_msg_type packet_id() const;
  534. inline void set_packet_id(::client2world_protocols::e_server_msg_type value);
  535. // repeated bool isReceived = 2;
  536. inline int isreceived_size() const;
  537. inline void clear_isreceived();
  538. static const int kIsReceivedFieldNumber = 2;
  539. inline bool isreceived(int index) const;
  540. inline void set_isreceived(int index, bool value);
  541. inline void add_isreceived(bool value);
  542. inline const ::google::protobuf::RepeatedField< bool >&
  543. isreceived() const;
  544. inline ::google::protobuf::RepeatedField< bool >*
  545. mutable_isreceived();
  546. // optional int32 rechared = 3;
  547. inline bool has_rechared() const;
  548. inline void clear_rechared();
  549. static const int kRecharedFieldNumber = 3;
  550. inline ::google::protobuf::int32 rechared() const;
  551. inline void set_rechared(::google::protobuf::int32 value);
  552. // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_get_grow_fund_info_result)
  553. private:
  554. inline void set_has_packet_id();
  555. inline void clear_has_packet_id();
  556. inline void set_has_rechared();
  557. inline void clear_has_rechared();
  558. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  559. ::google::protobuf::RepeatedField< bool > isreceived_;
  560. int packet_id_;
  561. ::google::protobuf::int32 rechared_;
  562. mutable int _cached_size_;
  563. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  564. friend void protobuf_AddDesc_client2world_5factivity_2eproto();
  565. friend void protobuf_AssignDesc_client2world_5factivity_2eproto();
  566. friend void protobuf_ShutdownFile_client2world_5factivity_2eproto();
  567. void InitAsDefaultInstance();
  568. static packetw2c_get_grow_fund_info_result* default_instance_;
  569. };
  570. // -------------------------------------------------------------------
  571. class packetc2w_receive_grow_fund_reward : public ::google::protobuf::Message {
  572. public:
  573. packetc2w_receive_grow_fund_reward();
  574. virtual ~packetc2w_receive_grow_fund_reward();
  575. packetc2w_receive_grow_fund_reward(const packetc2w_receive_grow_fund_reward& from);
  576. inline packetc2w_receive_grow_fund_reward& operator=(const packetc2w_receive_grow_fund_reward& from) {
  577. CopyFrom(from);
  578. return *this;
  579. }
  580. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  581. return _unknown_fields_;
  582. }
  583. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  584. return &_unknown_fields_;
  585. }
  586. static const ::google::protobuf::Descriptor* descriptor();
  587. static const packetc2w_receive_grow_fund_reward& default_instance();
  588. void Swap(packetc2w_receive_grow_fund_reward* other);
  589. // implements Message ----------------------------------------------
  590. packetc2w_receive_grow_fund_reward* New() const;
  591. void CopyFrom(const ::google::protobuf::Message& from);
  592. void MergeFrom(const ::google::protobuf::Message& from);
  593. void CopyFrom(const packetc2w_receive_grow_fund_reward& from);
  594. void MergeFrom(const packetc2w_receive_grow_fund_reward& from);
  595. void Clear();
  596. bool IsInitialized() const;
  597. int ByteSize() const;
  598. bool MergePartialFromCodedStream(
  599. ::google::protobuf::io::CodedInputStream* input);
  600. void SerializeWithCachedSizes(
  601. ::google::protobuf::io::CodedOutputStream* output) const;
  602. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  603. int GetCachedSize() const { return _cached_size_; }
  604. private:
  605. void SharedCtor();
  606. void SharedDtor();
  607. void SetCachedSize(int size) const;
  608. public:
  609. ::google::protobuf::Metadata GetMetadata() const;
  610. // nested types ----------------------------------------------------
  611. // accessors -------------------------------------------------------
  612. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_receive_grow_fund_reward];
  613. inline bool has_packet_id() const;
  614. inline void clear_packet_id();
  615. static const int kPacketIdFieldNumber = 1;
  616. inline ::client2world_protocols::e_server_msg_type packet_id() const;
  617. inline void set_packet_id(::client2world_protocols::e_server_msg_type value);
  618. // optional int32 rewardid = 2;
  619. inline bool has_rewardid() const;
  620. inline void clear_rewardid();
  621. static const int kRewardidFieldNumber = 2;
  622. inline ::google::protobuf::int32 rewardid() const;
  623. inline void set_rewardid(::google::protobuf::int32 value);
  624. // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_receive_grow_fund_reward)
  625. private:
  626. inline void set_has_packet_id();
  627. inline void clear_has_packet_id();
  628. inline void set_has_rewardid();
  629. inline void clear_has_rewardid();
  630. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  631. int packet_id_;
  632. ::google::protobuf::int32 rewardid_;
  633. mutable int _cached_size_;
  634. ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32];
  635. friend void protobuf_AddDesc_client2world_5factivity_2eproto();
  636. friend void protobuf_AssignDesc_client2world_5factivity_2eproto();
  637. friend void protobuf_ShutdownFile_client2world_5factivity_2eproto();
  638. void InitAsDefaultInstance();
  639. static packetc2w_receive_grow_fund_reward* default_instance_;
  640. };
  641. // -------------------------------------------------------------------
  642. class packetw2c_receive_grow_fund_reward_result : public ::google::protobuf::Message {
  643. public:
  644. packetw2c_receive_grow_fund_reward_result();
  645. virtual ~packetw2c_receive_grow_fund_reward_result();
  646. packetw2c_receive_grow_fund_reward_result(const packetw2c_receive_grow_fund_reward_result& from);
  647. inline packetw2c_receive_grow_fund_reward_result& operator=(const packetw2c_receive_grow_fund_reward_result& from) {
  648. CopyFrom(from);
  649. return *this;
  650. }
  651. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  652. return _unknown_fields_;
  653. }
  654. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  655. return &_unknown_fields_;
  656. }
  657. static const ::google::protobuf::Descriptor* descriptor();
  658. static const packetw2c_receive_grow_fund_reward_result& default_instance();
  659. void Swap(packetw2c_receive_grow_fund_reward_result* other);
  660. // implements Message ----------------------------------------------
  661. packetw2c_receive_grow_fund_reward_result* New() const;
  662. void CopyFrom(const ::google::protobuf::Message& from);
  663. void MergeFrom(const ::google::protobuf::Message& from);
  664. void CopyFrom(const packetw2c_receive_grow_fund_reward_result& from);
  665. void MergeFrom(const packetw2c_receive_grow_fund_reward_result& from);
  666. void Clear();
  667. bool IsInitialized() const;
  668. int ByteSize() const;
  669. bool MergePartialFromCodedStream(
  670. ::google::protobuf::io::CodedInputStream* input);
  671. void SerializeWithCachedSizes(
  672. ::google::protobuf::io::CodedOutputStream* output) const;
  673. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  674. int GetCachedSize() const { return _cached_size_; }
  675. private:
  676. void SharedCtor();
  677. void SharedDtor();
  678. void SetCachedSize(int size) const;
  679. public:
  680. ::google::protobuf::Metadata GetMetadata() const;
  681. // nested types ----------------------------------------------------
  682. // accessors -------------------------------------------------------
  683. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_receive_grow_fund_reward_result];
  684. inline bool has_packet_id() const;
  685. inline void clear_packet_id();
  686. static const int kPacketIdFieldNumber = 1;
  687. inline ::client2world_protocols::e_server_msg_type packet_id() const;
  688. inline void set_packet_id(::client2world_protocols::e_server_msg_type value);
  689. // optional int32 result = 2;
  690. inline bool has_result() const;
  691. inline void clear_result();
  692. static const int kResultFieldNumber = 2;
  693. inline ::google::protobuf::int32 result() const;
  694. inline void set_result(::google::protobuf::int32 value);
  695. // optional int32 rewardid = 3;
  696. inline bool has_rewardid() const;
  697. inline void clear_rewardid();
  698. static const int kRewardidFieldNumber = 3;
  699. inline ::google::protobuf::int32 rewardid() const;
  700. inline void set_rewardid(::google::protobuf::int32 value);
  701. // @@protoc_insertion_point(class_scope:client2world_protocols.packetw2c_receive_grow_fund_reward_result)
  702. private:
  703. inline void set_has_packet_id();
  704. inline void clear_has_packet_id();
  705. inline void set_has_result();
  706. inline void clear_has_result();
  707. inline void set_has_rewardid();
  708. inline void clear_has_rewardid();
  709. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  710. int packet_id_;
  711. ::google::protobuf::int32 result_;
  712. ::google::protobuf::int32 rewardid_;
  713. mutable int _cached_size_;
  714. ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32];
  715. friend void protobuf_AddDesc_client2world_5factivity_2eproto();
  716. friend void protobuf_AssignDesc_client2world_5factivity_2eproto();
  717. friend void protobuf_ShutdownFile_client2world_5factivity_2eproto();
  718. void InitAsDefaultInstance();
  719. static packetw2c_receive_grow_fund_reward_result* default_instance_;
  720. };
  721. // -------------------------------------------------------------------
  722. class packetc2w_grow_fund_record : public ::google::protobuf::Message {
  723. public:
  724. packetc2w_grow_fund_record();
  725. virtual ~packetc2w_grow_fund_record();
  726. packetc2w_grow_fund_record(const packetc2w_grow_fund_record& from);
  727. inline packetc2w_grow_fund_record& operator=(const packetc2w_grow_fund_record& from) {
  728. CopyFrom(from);
  729. return *this;
  730. }
  731. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  732. return _unknown_fields_;
  733. }
  734. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  735. return &_unknown_fields_;
  736. }
  737. static const ::google::protobuf::Descriptor* descriptor();
  738. static const packetc2w_grow_fund_record& default_instance();
  739. void Swap(packetc2w_grow_fund_record* other);
  740. // implements Message ----------------------------------------------
  741. packetc2w_grow_fund_record* New() const;
  742. void CopyFrom(const ::google::protobuf::Message& from);
  743. void MergeFrom(const ::google::protobuf::Message& from);
  744. void CopyFrom(const packetc2w_grow_fund_record& from);
  745. void MergeFrom(const packetc2w_grow_fund_record& from);
  746. void Clear();
  747. bool IsInitialized() const;
  748. int ByteSize() const;
  749. bool MergePartialFromCodedStream(
  750. ::google::protobuf::io::CodedInputStream* input);
  751. void SerializeWithCachedSizes(
  752. ::google::protobuf::io::CodedOutputStream* output) const;
  753. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  754. int GetCachedSize() const { return _cached_size_; }
  755. private:
  756. void SharedCtor();
  757. void SharedDtor();
  758. void SetCachedSize(int size) const;
  759. public:
  760. ::google::protobuf::Metadata GetMetadata() const;
  761. // nested types ----------------------------------------------------
  762. // accessors -------------------------------------------------------
  763. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_grow_fund_record];
  764. inline bool has_packet_id() const;
  765. inline void clear_packet_id();
  766. static const int kPacketIdFieldNumber = 1;
  767. inline ::client2world_protocols::e_server_msg_type packet_id() const;
  768. inline void set_packet_id(::client2world_protocols::e_server_msg_type value);
  769. // @@protoc_insertion_point(class_scope:client2world_protocols.packetc2w_grow_fund_record)
  770. private:
  771. inline void set_has_packet_id();
  772. inline void clear_has_packet_id();
  773. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  774. int packet_id_;
  775. mutable int _cached_size_;
  776. ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32];
  777. friend void protobuf_AddDesc_client2world_5factivity_2eproto();
  778. friend void protobuf_AssignDesc_client2world_5factivity_2eproto();
  779. friend void protobuf_ShutdownFile_client2world_5factivity_2eproto();
  780. void InitAsDefaultInstance();
  781. static packetc2w_grow_fund_record* default_instance_;
  782. };
  783. // ===================================================================
  784. // ===================================================================
  785. // packetc2w_req_activity_state
  786. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_req_activity_state];
  787. inline bool packetc2w_req_activity_state::has_packet_id() const {
  788. return (_has_bits_[0] & 0x00000001u) != 0;
  789. }
  790. inline void packetc2w_req_activity_state::set_has_packet_id() {
  791. _has_bits_[0] |= 0x00000001u;
  792. }
  793. inline void packetc2w_req_activity_state::clear_has_packet_id() {
  794. _has_bits_[0] &= ~0x00000001u;
  795. }
  796. inline void packetc2w_req_activity_state::clear_packet_id() {
  797. packet_id_ = 5076;
  798. clear_has_packet_id();
  799. }
  800. inline ::client2world_protocols::e_server_msg_type packetc2w_req_activity_state::packet_id() const {
  801. return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
  802. }
  803. inline void packetc2w_req_activity_state::set_packet_id(::client2world_protocols::e_server_msg_type value) {
  804. assert(::client2world_protocols::e_server_msg_type_IsValid(value));
  805. set_has_packet_id();
  806. packet_id_ = value;
  807. }
  808. // -------------------------------------------------------------------
  809. // packetw2c_req_activity_state_result
  810. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_req_activity_state_result];
  811. inline bool packetw2c_req_activity_state_result::has_packet_id() const {
  812. return (_has_bits_[0] & 0x00000001u) != 0;
  813. }
  814. inline void packetw2c_req_activity_state_result::set_has_packet_id() {
  815. _has_bits_[0] |= 0x00000001u;
  816. }
  817. inline void packetw2c_req_activity_state_result::clear_has_packet_id() {
  818. _has_bits_[0] &= ~0x00000001u;
  819. }
  820. inline void packetw2c_req_activity_state_result::clear_packet_id() {
  821. packet_id_ = 7580;
  822. clear_has_packet_id();
  823. }
  824. inline ::client2world_protocols::e_server_msg_type packetw2c_req_activity_state_result::packet_id() const {
  825. return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
  826. }
  827. inline void packetw2c_req_activity_state_result::set_packet_id(::client2world_protocols::e_server_msg_type value) {
  828. assert(::client2world_protocols::e_server_msg_type_IsValid(value));
  829. set_has_packet_id();
  830. packet_id_ = value;
  831. }
  832. // repeated .msg_info_def.ActivityReceiveInfo receiveInfo = 2;
  833. inline int packetw2c_req_activity_state_result::receiveinfo_size() const {
  834. return receiveinfo_.size();
  835. }
  836. inline void packetw2c_req_activity_state_result::clear_receiveinfo() {
  837. receiveinfo_.Clear();
  838. }
  839. inline const ::msg_info_def::ActivityReceiveInfo& packetw2c_req_activity_state_result::receiveinfo(int index) const {
  840. return receiveinfo_.Get(index);
  841. }
  842. inline ::msg_info_def::ActivityReceiveInfo* packetw2c_req_activity_state_result::mutable_receiveinfo(int index) {
  843. return receiveinfo_.Mutable(index);
  844. }
  845. inline ::msg_info_def::ActivityReceiveInfo* packetw2c_req_activity_state_result::add_receiveinfo() {
  846. return receiveinfo_.Add();
  847. }
  848. inline const ::google::protobuf::RepeatedPtrField< ::msg_info_def::ActivityReceiveInfo >&
  849. packetw2c_req_activity_state_result::receiveinfo() const {
  850. return receiveinfo_;
  851. }
  852. inline ::google::protobuf::RepeatedPtrField< ::msg_info_def::ActivityReceiveInfo >*
  853. packetw2c_req_activity_state_result::mutable_receiveinfo() {
  854. return &receiveinfo_;
  855. }
  856. // optional int32 activityCurRecharge = 3;
  857. inline bool packetw2c_req_activity_state_result::has_activitycurrecharge() const {
  858. return (_has_bits_[0] & 0x00000004u) != 0;
  859. }
  860. inline void packetw2c_req_activity_state_result::set_has_activitycurrecharge() {
  861. _has_bits_[0] |= 0x00000004u;
  862. }
  863. inline void packetw2c_req_activity_state_result::clear_has_activitycurrecharge() {
  864. _has_bits_[0] &= ~0x00000004u;
  865. }
  866. inline void packetw2c_req_activity_state_result::clear_activitycurrecharge() {
  867. activitycurrecharge_ = 0;
  868. clear_has_activitycurrecharge();
  869. }
  870. inline ::google::protobuf::int32 packetw2c_req_activity_state_result::activitycurrecharge() const {
  871. return activitycurrecharge_;
  872. }
  873. inline void packetw2c_req_activity_state_result::set_activitycurrecharge(::google::protobuf::int32 value) {
  874. set_has_activitycurrecharge();
  875. activitycurrecharge_ = value;
  876. }
  877. // -------------------------------------------------------------------
  878. // packetc2w_receive_cdkey
  879. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_receive_cdkey];
  880. inline bool packetc2w_receive_cdkey::has_packet_id() const {
  881. return (_has_bits_[0] & 0x00000001u) != 0;
  882. }
  883. inline void packetc2w_receive_cdkey::set_has_packet_id() {
  884. _has_bits_[0] |= 0x00000001u;
  885. }
  886. inline void packetc2w_receive_cdkey::clear_has_packet_id() {
  887. _has_bits_[0] &= ~0x00000001u;
  888. }
  889. inline void packetc2w_receive_cdkey::clear_packet_id() {
  890. packet_id_ = 5074;
  891. clear_has_packet_id();
  892. }
  893. inline ::client2world_protocols::e_server_msg_type packetc2w_receive_cdkey::packet_id() const {
  894. return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
  895. }
  896. inline void packetc2w_receive_cdkey::set_packet_id(::client2world_protocols::e_server_msg_type value) {
  897. assert(::client2world_protocols::e_server_msg_type_IsValid(value));
  898. set_has_packet_id();
  899. packet_id_ = value;
  900. }
  901. // optional string cdkey = 2;
  902. inline bool packetc2w_receive_cdkey::has_cdkey() const {
  903. return (_has_bits_[0] & 0x00000002u) != 0;
  904. }
  905. inline void packetc2w_receive_cdkey::set_has_cdkey() {
  906. _has_bits_[0] |= 0x00000002u;
  907. }
  908. inline void packetc2w_receive_cdkey::clear_has_cdkey() {
  909. _has_bits_[0] &= ~0x00000002u;
  910. }
  911. inline void packetc2w_receive_cdkey::clear_cdkey() {
  912. if (cdkey_ != &::google::protobuf::internal::kEmptyString) {
  913. cdkey_->clear();
  914. }
  915. clear_has_cdkey();
  916. }
  917. inline const ::std::string& packetc2w_receive_cdkey::cdkey() const {
  918. return *cdkey_;
  919. }
  920. inline void packetc2w_receive_cdkey::set_cdkey(const ::std::string& value) {
  921. set_has_cdkey();
  922. if (cdkey_ == &::google::protobuf::internal::kEmptyString) {
  923. cdkey_ = new ::std::string;
  924. }
  925. cdkey_->assign(value);
  926. }
  927. inline void packetc2w_receive_cdkey::set_cdkey(const char* value) {
  928. set_has_cdkey();
  929. if (cdkey_ == &::google::protobuf::internal::kEmptyString) {
  930. cdkey_ = new ::std::string;
  931. }
  932. cdkey_->assign(value);
  933. }
  934. inline void packetc2w_receive_cdkey::set_cdkey(const char* value, size_t size) {
  935. set_has_cdkey();
  936. if (cdkey_ == &::google::protobuf::internal::kEmptyString) {
  937. cdkey_ = new ::std::string;
  938. }
  939. cdkey_->assign(reinterpret_cast<const char*>(value), size);
  940. }
  941. inline ::std::string* packetc2w_receive_cdkey::mutable_cdkey() {
  942. set_has_cdkey();
  943. if (cdkey_ == &::google::protobuf::internal::kEmptyString) {
  944. cdkey_ = new ::std::string;
  945. }
  946. return cdkey_;
  947. }
  948. inline ::std::string* packetc2w_receive_cdkey::release_cdkey() {
  949. clear_has_cdkey();
  950. if (cdkey_ == &::google::protobuf::internal::kEmptyString) {
  951. return NULL;
  952. } else {
  953. ::std::string* temp = cdkey_;
  954. cdkey_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  955. return temp;
  956. }
  957. }
  958. inline void packetc2w_receive_cdkey::set_allocated_cdkey(::std::string* cdkey) {
  959. if (cdkey_ != &::google::protobuf::internal::kEmptyString) {
  960. delete cdkey_;
  961. }
  962. if (cdkey) {
  963. set_has_cdkey();
  964. cdkey_ = cdkey;
  965. } else {
  966. clear_has_cdkey();
  967. cdkey_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
  968. }
  969. }
  970. // -------------------------------------------------------------------
  971. // packetw2c_receive_cdkey_result
  972. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_receive_cdkey_result];
  973. inline bool packetw2c_receive_cdkey_result::has_packet_id() const {
  974. return (_has_bits_[0] & 0x00000001u) != 0;
  975. }
  976. inline void packetw2c_receive_cdkey_result::set_has_packet_id() {
  977. _has_bits_[0] |= 0x00000001u;
  978. }
  979. inline void packetw2c_receive_cdkey_result::clear_has_packet_id() {
  980. _has_bits_[0] &= ~0x00000001u;
  981. }
  982. inline void packetw2c_receive_cdkey_result::clear_packet_id() {
  983. packet_id_ = 7578;
  984. clear_has_packet_id();
  985. }
  986. inline ::client2world_protocols::e_server_msg_type packetw2c_receive_cdkey_result::packet_id() const {
  987. return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
  988. }
  989. inline void packetw2c_receive_cdkey_result::set_packet_id(::client2world_protocols::e_server_msg_type value) {
  990. assert(::client2world_protocols::e_server_msg_type_IsValid(value));
  991. set_has_packet_id();
  992. packet_id_ = value;
  993. }
  994. // optional int32 result = 2;
  995. inline bool packetw2c_receive_cdkey_result::has_result() const {
  996. return (_has_bits_[0] & 0x00000002u) != 0;
  997. }
  998. inline void packetw2c_receive_cdkey_result::set_has_result() {
  999. _has_bits_[0] |= 0x00000002u;
  1000. }
  1001. inline void packetw2c_receive_cdkey_result::clear_has_result() {
  1002. _has_bits_[0] &= ~0x00000002u;
  1003. }
  1004. inline void packetw2c_receive_cdkey_result::clear_result() {
  1005. result_ = 0;
  1006. clear_has_result();
  1007. }
  1008. inline ::google::protobuf::int32 packetw2c_receive_cdkey_result::result() const {
  1009. return result_;
  1010. }
  1011. inline void packetw2c_receive_cdkey_result::set_result(::google::protobuf::int32 value) {
  1012. set_has_result();
  1013. result_ = value;
  1014. }
  1015. // optional int32 giftId = 3;
  1016. inline bool packetw2c_receive_cdkey_result::has_giftid() const {
  1017. return (_has_bits_[0] & 0x00000004u) != 0;
  1018. }
  1019. inline void packetw2c_receive_cdkey_result::set_has_giftid() {
  1020. _has_bits_[0] |= 0x00000004u;
  1021. }
  1022. inline void packetw2c_receive_cdkey_result::clear_has_giftid() {
  1023. _has_bits_[0] &= ~0x00000004u;
  1024. }
  1025. inline void packetw2c_receive_cdkey_result::clear_giftid() {
  1026. giftid_ = 0;
  1027. clear_has_giftid();
  1028. }
  1029. inline ::google::protobuf::int32 packetw2c_receive_cdkey_result::giftid() const {
  1030. return giftid_;
  1031. }
  1032. inline void packetw2c_receive_cdkey_result::set_giftid(::google::protobuf::int32 value) {
  1033. set_has_giftid();
  1034. giftid_ = value;
  1035. }
  1036. // -------------------------------------------------------------------
  1037. // packetw2c_sync_activity_result
  1038. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_sync_activity_result];
  1039. inline bool packetw2c_sync_activity_result::has_packet_id() const {
  1040. return (_has_bits_[0] & 0x00000001u) != 0;
  1041. }
  1042. inline void packetw2c_sync_activity_result::set_has_packet_id() {
  1043. _has_bits_[0] |= 0x00000001u;
  1044. }
  1045. inline void packetw2c_sync_activity_result::clear_has_packet_id() {
  1046. _has_bits_[0] &= ~0x00000001u;
  1047. }
  1048. inline void packetw2c_sync_activity_result::clear_packet_id() {
  1049. packet_id_ = 7581;
  1050. clear_has_packet_id();
  1051. }
  1052. inline ::client2world_protocols::e_server_msg_type packetw2c_sync_activity_result::packet_id() const {
  1053. return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
  1054. }
  1055. inline void packetw2c_sync_activity_result::set_packet_id(::client2world_protocols::e_server_msg_type value) {
  1056. assert(::client2world_protocols::e_server_msg_type_IsValid(value));
  1057. set_has_packet_id();
  1058. packet_id_ = value;
  1059. }
  1060. // optional int32 active = 2;
  1061. inline bool packetw2c_sync_activity_result::has_active() const {
  1062. return (_has_bits_[0] & 0x00000002u) != 0;
  1063. }
  1064. inline void packetw2c_sync_activity_result::set_has_active() {
  1065. _has_bits_[0] |= 0x00000002u;
  1066. }
  1067. inline void packetw2c_sync_activity_result::clear_has_active() {
  1068. _has_bits_[0] &= ~0x00000002u;
  1069. }
  1070. inline void packetw2c_sync_activity_result::clear_active() {
  1071. active_ = 0;
  1072. clear_has_active();
  1073. }
  1074. inline ::google::protobuf::int32 packetw2c_sync_activity_result::active() const {
  1075. return active_;
  1076. }
  1077. inline void packetw2c_sync_activity_result::set_active(::google::protobuf::int32 value) {
  1078. set_has_active();
  1079. active_ = value;
  1080. }
  1081. // repeated int32 hasGetActiveBox = 3;
  1082. inline int packetw2c_sync_activity_result::hasgetactivebox_size() const {
  1083. return hasgetactivebox_.size();
  1084. }
  1085. inline void packetw2c_sync_activity_result::clear_hasgetactivebox() {
  1086. hasgetactivebox_.Clear();
  1087. }
  1088. inline ::google::protobuf::int32 packetw2c_sync_activity_result::hasgetactivebox(int index) const {
  1089. return hasgetactivebox_.Get(index);
  1090. }
  1091. inline void packetw2c_sync_activity_result::set_hasgetactivebox(int index, ::google::protobuf::int32 value) {
  1092. hasgetactivebox_.Set(index, value);
  1093. }
  1094. inline void packetw2c_sync_activity_result::add_hasgetactivebox(::google::protobuf::int32 value) {
  1095. hasgetactivebox_.Add(value);
  1096. }
  1097. inline const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >&
  1098. packetw2c_sync_activity_result::hasgetactivebox() const {
  1099. return hasgetactivebox_;
  1100. }
  1101. inline ::google::protobuf::RepeatedField< ::google::protobuf::int32 >*
  1102. packetw2c_sync_activity_result::mutable_hasgetactivebox() {
  1103. return &hasgetactivebox_;
  1104. }
  1105. // -------------------------------------------------------------------
  1106. // packetc2w_get_grow_fund_info
  1107. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_get_grow_fund_info];
  1108. inline bool packetc2w_get_grow_fund_info::has_packet_id() const {
  1109. return (_has_bits_[0] & 0x00000001u) != 0;
  1110. }
  1111. inline void packetc2w_get_grow_fund_info::set_has_packet_id() {
  1112. _has_bits_[0] |= 0x00000001u;
  1113. }
  1114. inline void packetc2w_get_grow_fund_info::clear_has_packet_id() {
  1115. _has_bits_[0] &= ~0x00000001u;
  1116. }
  1117. inline void packetc2w_get_grow_fund_info::clear_packet_id() {
  1118. packet_id_ = 5163;
  1119. clear_has_packet_id();
  1120. }
  1121. inline ::client2world_protocols::e_server_msg_type packetc2w_get_grow_fund_info::packet_id() const {
  1122. return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
  1123. }
  1124. inline void packetc2w_get_grow_fund_info::set_packet_id(::client2world_protocols::e_server_msg_type value) {
  1125. assert(::client2world_protocols::e_server_msg_type_IsValid(value));
  1126. set_has_packet_id();
  1127. packet_id_ = value;
  1128. }
  1129. // -------------------------------------------------------------------
  1130. // packetw2c_get_grow_fund_info_result
  1131. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_get_grow_fund_info_result];
  1132. inline bool packetw2c_get_grow_fund_info_result::has_packet_id() const {
  1133. return (_has_bits_[0] & 0x00000001u) != 0;
  1134. }
  1135. inline void packetw2c_get_grow_fund_info_result::set_has_packet_id() {
  1136. _has_bits_[0] |= 0x00000001u;
  1137. }
  1138. inline void packetw2c_get_grow_fund_info_result::clear_has_packet_id() {
  1139. _has_bits_[0] &= ~0x00000001u;
  1140. }
  1141. inline void packetw2c_get_grow_fund_info_result::clear_packet_id() {
  1142. packet_id_ = 7678;
  1143. clear_has_packet_id();
  1144. }
  1145. inline ::client2world_protocols::e_server_msg_type packetw2c_get_grow_fund_info_result::packet_id() const {
  1146. return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
  1147. }
  1148. inline void packetw2c_get_grow_fund_info_result::set_packet_id(::client2world_protocols::e_server_msg_type value) {
  1149. assert(::client2world_protocols::e_server_msg_type_IsValid(value));
  1150. set_has_packet_id();
  1151. packet_id_ = value;
  1152. }
  1153. // repeated bool isReceived = 2;
  1154. inline int packetw2c_get_grow_fund_info_result::isreceived_size() const {
  1155. return isreceived_.size();
  1156. }
  1157. inline void packetw2c_get_grow_fund_info_result::clear_isreceived() {
  1158. isreceived_.Clear();
  1159. }
  1160. inline bool packetw2c_get_grow_fund_info_result::isreceived(int index) const {
  1161. return isreceived_.Get(index);
  1162. }
  1163. inline void packetw2c_get_grow_fund_info_result::set_isreceived(int index, bool value) {
  1164. isreceived_.Set(index, value);
  1165. }
  1166. inline void packetw2c_get_grow_fund_info_result::add_isreceived(bool value) {
  1167. isreceived_.Add(value);
  1168. }
  1169. inline const ::google::protobuf::RepeatedField< bool >&
  1170. packetw2c_get_grow_fund_info_result::isreceived() const {
  1171. return isreceived_;
  1172. }
  1173. inline ::google::protobuf::RepeatedField< bool >*
  1174. packetw2c_get_grow_fund_info_result::mutable_isreceived() {
  1175. return &isreceived_;
  1176. }
  1177. // optional int32 rechared = 3;
  1178. inline bool packetw2c_get_grow_fund_info_result::has_rechared() const {
  1179. return (_has_bits_[0] & 0x00000004u) != 0;
  1180. }
  1181. inline void packetw2c_get_grow_fund_info_result::set_has_rechared() {
  1182. _has_bits_[0] |= 0x00000004u;
  1183. }
  1184. inline void packetw2c_get_grow_fund_info_result::clear_has_rechared() {
  1185. _has_bits_[0] &= ~0x00000004u;
  1186. }
  1187. inline void packetw2c_get_grow_fund_info_result::clear_rechared() {
  1188. rechared_ = 0;
  1189. clear_has_rechared();
  1190. }
  1191. inline ::google::protobuf::int32 packetw2c_get_grow_fund_info_result::rechared() const {
  1192. return rechared_;
  1193. }
  1194. inline void packetw2c_get_grow_fund_info_result::set_rechared(::google::protobuf::int32 value) {
  1195. set_has_rechared();
  1196. rechared_ = value;
  1197. }
  1198. // -------------------------------------------------------------------
  1199. // packetc2w_receive_grow_fund_reward
  1200. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_receive_grow_fund_reward];
  1201. inline bool packetc2w_receive_grow_fund_reward::has_packet_id() const {
  1202. return (_has_bits_[0] & 0x00000001u) != 0;
  1203. }
  1204. inline void packetc2w_receive_grow_fund_reward::set_has_packet_id() {
  1205. _has_bits_[0] |= 0x00000001u;
  1206. }
  1207. inline void packetc2w_receive_grow_fund_reward::clear_has_packet_id() {
  1208. _has_bits_[0] &= ~0x00000001u;
  1209. }
  1210. inline void packetc2w_receive_grow_fund_reward::clear_packet_id() {
  1211. packet_id_ = 5162;
  1212. clear_has_packet_id();
  1213. }
  1214. inline ::client2world_protocols::e_server_msg_type packetc2w_receive_grow_fund_reward::packet_id() const {
  1215. return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
  1216. }
  1217. inline void packetc2w_receive_grow_fund_reward::set_packet_id(::client2world_protocols::e_server_msg_type value) {
  1218. assert(::client2world_protocols::e_server_msg_type_IsValid(value));
  1219. set_has_packet_id();
  1220. packet_id_ = value;
  1221. }
  1222. // optional int32 rewardid = 2;
  1223. inline bool packetc2w_receive_grow_fund_reward::has_rewardid() const {
  1224. return (_has_bits_[0] & 0x00000002u) != 0;
  1225. }
  1226. inline void packetc2w_receive_grow_fund_reward::set_has_rewardid() {
  1227. _has_bits_[0] |= 0x00000002u;
  1228. }
  1229. inline void packetc2w_receive_grow_fund_reward::clear_has_rewardid() {
  1230. _has_bits_[0] &= ~0x00000002u;
  1231. }
  1232. inline void packetc2w_receive_grow_fund_reward::clear_rewardid() {
  1233. rewardid_ = 0;
  1234. clear_has_rewardid();
  1235. }
  1236. inline ::google::protobuf::int32 packetc2w_receive_grow_fund_reward::rewardid() const {
  1237. return rewardid_;
  1238. }
  1239. inline void packetc2w_receive_grow_fund_reward::set_rewardid(::google::protobuf::int32 value) {
  1240. set_has_rewardid();
  1241. rewardid_ = value;
  1242. }
  1243. // -------------------------------------------------------------------
  1244. // packetw2c_receive_grow_fund_reward_result
  1245. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_w2c_receive_grow_fund_reward_result];
  1246. inline bool packetw2c_receive_grow_fund_reward_result::has_packet_id() const {
  1247. return (_has_bits_[0] & 0x00000001u) != 0;
  1248. }
  1249. inline void packetw2c_receive_grow_fund_reward_result::set_has_packet_id() {
  1250. _has_bits_[0] |= 0x00000001u;
  1251. }
  1252. inline void packetw2c_receive_grow_fund_reward_result::clear_has_packet_id() {
  1253. _has_bits_[0] &= ~0x00000001u;
  1254. }
  1255. inline void packetw2c_receive_grow_fund_reward_result::clear_packet_id() {
  1256. packet_id_ = 7677;
  1257. clear_has_packet_id();
  1258. }
  1259. inline ::client2world_protocols::e_server_msg_type packetw2c_receive_grow_fund_reward_result::packet_id() const {
  1260. return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
  1261. }
  1262. inline void packetw2c_receive_grow_fund_reward_result::set_packet_id(::client2world_protocols::e_server_msg_type value) {
  1263. assert(::client2world_protocols::e_server_msg_type_IsValid(value));
  1264. set_has_packet_id();
  1265. packet_id_ = value;
  1266. }
  1267. // optional int32 result = 2;
  1268. inline bool packetw2c_receive_grow_fund_reward_result::has_result() const {
  1269. return (_has_bits_[0] & 0x00000002u) != 0;
  1270. }
  1271. inline void packetw2c_receive_grow_fund_reward_result::set_has_result() {
  1272. _has_bits_[0] |= 0x00000002u;
  1273. }
  1274. inline void packetw2c_receive_grow_fund_reward_result::clear_has_result() {
  1275. _has_bits_[0] &= ~0x00000002u;
  1276. }
  1277. inline void packetw2c_receive_grow_fund_reward_result::clear_result() {
  1278. result_ = 0;
  1279. clear_has_result();
  1280. }
  1281. inline ::google::protobuf::int32 packetw2c_receive_grow_fund_reward_result::result() const {
  1282. return result_;
  1283. }
  1284. inline void packetw2c_receive_grow_fund_reward_result::set_result(::google::protobuf::int32 value) {
  1285. set_has_result();
  1286. result_ = value;
  1287. }
  1288. // optional int32 rewardid = 3;
  1289. inline bool packetw2c_receive_grow_fund_reward_result::has_rewardid() const {
  1290. return (_has_bits_[0] & 0x00000004u) != 0;
  1291. }
  1292. inline void packetw2c_receive_grow_fund_reward_result::set_has_rewardid() {
  1293. _has_bits_[0] |= 0x00000004u;
  1294. }
  1295. inline void packetw2c_receive_grow_fund_reward_result::clear_has_rewardid() {
  1296. _has_bits_[0] &= ~0x00000004u;
  1297. }
  1298. inline void packetw2c_receive_grow_fund_reward_result::clear_rewardid() {
  1299. rewardid_ = 0;
  1300. clear_has_rewardid();
  1301. }
  1302. inline ::google::protobuf::int32 packetw2c_receive_grow_fund_reward_result::rewardid() const {
  1303. return rewardid_;
  1304. }
  1305. inline void packetw2c_receive_grow_fund_reward_result::set_rewardid(::google::protobuf::int32 value) {
  1306. set_has_rewardid();
  1307. rewardid_ = value;
  1308. }
  1309. // -------------------------------------------------------------------
  1310. // packetc2w_grow_fund_record
  1311. // optional .client2world_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2w_grow_fund_record];
  1312. inline bool packetc2w_grow_fund_record::has_packet_id() const {
  1313. return (_has_bits_[0] & 0x00000001u) != 0;
  1314. }
  1315. inline void packetc2w_grow_fund_record::set_has_packet_id() {
  1316. _has_bits_[0] |= 0x00000001u;
  1317. }
  1318. inline void packetc2w_grow_fund_record::clear_has_packet_id() {
  1319. _has_bits_[0] &= ~0x00000001u;
  1320. }
  1321. inline void packetc2w_grow_fund_record::clear_packet_id() {
  1322. packet_id_ = 5164;
  1323. clear_has_packet_id();
  1324. }
  1325. inline ::client2world_protocols::e_server_msg_type packetc2w_grow_fund_record::packet_id() const {
  1326. return static_cast< ::client2world_protocols::e_server_msg_type >(packet_id_);
  1327. }
  1328. inline void packetc2w_grow_fund_record::set_packet_id(::client2world_protocols::e_server_msg_type value) {
  1329. assert(::client2world_protocols::e_server_msg_type_IsValid(value));
  1330. set_has_packet_id();
  1331. packet_id_ = value;
  1332. }
  1333. // @@protoc_insertion_point(namespace_scope)
  1334. } // namespace client2world_protocols
  1335. #ifndef SWIG
  1336. namespace google {
  1337. namespace protobuf {
  1338. } // namespace google
  1339. } // namespace protobuf
  1340. #endif // SWIG
  1341. // @@protoc_insertion_point(global_scope)
  1342. #endif // PROTOBUF_client2world_5factivity_2eproto__INCLUDED