// Generated by the protocol buffer compiler. DO NOT EDIT! // source: fish_legendaryfish_palace.proto #ifndef PROTOBUF_fish_5flegendaryfish_5fpalace_2eproto__INCLUDED #define PROTOBUF_fish_5flegendaryfish_5fpalace_2eproto__INCLUDED #include #include #if GOOGLE_PROTOBUF_VERSION < 2005000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif #if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. #endif #include #include #include #include #include #include "fish_def.pb.h" #include "msg_type_def.pb.h" #include "fish_type_def.pb.h" // @@protoc_insertion_point(includes) namespace fish_protocols { // Internal implementation detail -- do not call these. void protobuf_AddDesc_fish_5flegendaryfish_5fpalace_2eproto(); void protobuf_AssignDesc_fish_5flegendaryfish_5fpalace_2eproto(); void protobuf_ShutdownFile_fish_5flegendaryfish_5fpalace_2eproto(); class LegendaryShopInfo; class packetc2l_get_legendaryfish_palace_info; class packetl2c_get_legendaryfish_palace_info_result; class packetc2l_flush_shop; class packetl2c_flush_shop_result; class packetc2l_buy_shop_item; class packetl2c_buy_shop_item_result; class packetc2l_call_legendaryfish; class packetl2c_call_legendaryfish_result; class packetc2l_get_boss_info; class packetl2c_notice_boss_countdown; class packetl2c_get_boss_info_result; // =================================================================== class LegendaryShopInfo : public ::google::protobuf::Message { public: LegendaryShopInfo(); virtual ~LegendaryShopInfo(); LegendaryShopInfo(const LegendaryShopInfo& from); inline LegendaryShopInfo& operator=(const LegendaryShopInfo& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const LegendaryShopInfo& default_instance(); void Swap(LegendaryShopInfo* other); // implements Message ---------------------------------------------- LegendaryShopInfo* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const LegendaryShopInfo& from); void MergeFrom(const LegendaryShopInfo& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional int32 itemId = 1; inline bool has_itemid() const; inline void clear_itemid(); static const int kItemIdFieldNumber = 1; inline ::google::protobuf::int32 itemid() const; inline void set_itemid(::google::protobuf::int32 value); // optional int32 shopId = 2; inline bool has_shopid() const; inline void clear_shopid(); static const int kShopIdFieldNumber = 2; inline ::google::protobuf::int32 shopid() const; inline void set_shopid(::google::protobuf::int32 value); // optional bool isReceived = 3; inline bool has_isreceived() const; inline void clear_isreceived(); static const int kIsReceivedFieldNumber = 3; inline bool isreceived() const; inline void set_isreceived(bool value); // @@protoc_insertion_point(class_scope:fish_protocols.LegendaryShopInfo) private: inline void set_has_itemid(); inline void clear_has_itemid(); inline void set_has_shopid(); inline void clear_has_shopid(); inline void set_has_isreceived(); inline void clear_has_isreceived(); ::google::protobuf::UnknownFieldSet _unknown_fields_; ::google::protobuf::int32 itemid_; ::google::protobuf::int32 shopid_; bool isreceived_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; friend void protobuf_AddDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5flegendaryfish_5fpalace_2eproto(); void InitAsDefaultInstance(); static LegendaryShopInfo* default_instance_; }; // ------------------------------------------------------------------- class packetc2l_get_legendaryfish_palace_info : public ::google::protobuf::Message { public: packetc2l_get_legendaryfish_palace_info(); virtual ~packetc2l_get_legendaryfish_palace_info(); packetc2l_get_legendaryfish_palace_info(const packetc2l_get_legendaryfish_palace_info& from); inline packetc2l_get_legendaryfish_palace_info& operator=(const packetc2l_get_legendaryfish_palace_info& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2l_get_legendaryfish_palace_info& default_instance(); void Swap(packetc2l_get_legendaryfish_palace_info* other); // implements Message ---------------------------------------------- packetc2l_get_legendaryfish_palace_info* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2l_get_legendaryfish_palace_info& from); void MergeFrom(const packetc2l_get_legendaryfish_palace_info& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_get_legendaryfish_palace_info]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // @@protoc_insertion_point(class_scope:fish_protocols.packetc2l_get_legendaryfish_palace_info) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; friend void protobuf_AddDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5flegendaryfish_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetc2l_get_legendaryfish_palace_info* default_instance_; }; // ------------------------------------------------------------------- class packetl2c_get_legendaryfish_palace_info_result : public ::google::protobuf::Message { public: packetl2c_get_legendaryfish_palace_info_result(); virtual ~packetl2c_get_legendaryfish_palace_info_result(); packetl2c_get_legendaryfish_palace_info_result(const packetl2c_get_legendaryfish_palace_info_result& from); inline packetl2c_get_legendaryfish_palace_info_result& operator=(const packetl2c_get_legendaryfish_palace_info_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetl2c_get_legendaryfish_palace_info_result& default_instance(); void Swap(packetl2c_get_legendaryfish_palace_info_result* other); // implements Message ---------------------------------------------- packetl2c_get_legendaryfish_palace_info_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetl2c_get_legendaryfish_palace_info_result& from); void MergeFrom(const packetl2c_get_legendaryfish_palace_info_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_get_legendaryfish_palace_info_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 result = 2; inline bool has_result() const; inline void clear_result(); static const int kResultFieldNumber = 2; inline ::google::protobuf::int32 result() const; inline void set_result(::google::protobuf::int32 value); // repeated .fish_protocols.LegendaryShopInfo shopInfo = 3; inline int shopinfo_size() const; inline void clear_shopinfo(); static const int kShopInfoFieldNumber = 3; inline const ::fish_protocols::LegendaryShopInfo& shopinfo(int index) const; inline ::fish_protocols::LegendaryShopInfo* mutable_shopinfo(int index); inline ::fish_protocols::LegendaryShopInfo* add_shopinfo(); inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo >& shopinfo() const; inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo >* mutable_shopinfo(); // optional int32 shopFlushTime = 4; inline bool has_shopflushtime() const; inline void clear_shopflushtime(); static const int kShopFlushTimeFieldNumber = 4; inline ::google::protobuf::int32 shopflushtime() const; inline void set_shopflushtime(::google::protobuf::int32 value); // optional int32 bossCountDown = 5; inline bool has_bosscountdown() const; inline void clear_bosscountdown(); static const int kBossCountDownFieldNumber = 5; inline ::google::protobuf::int32 bosscountdown() const; inline void set_bosscountdown(::google::protobuf::int32 value); // optional int32 bossScoreTransRate = 6; inline bool has_bossscoretransrate() const; inline void clear_bossscoretransrate(); static const int kBossScoreTransRateFieldNumber = 6; inline ::google::protobuf::int32 bossscoretransrate() const; inline void set_bossscoretransrate(::google::protobuf::int32 value); // optional int32 curBossScore = 7; inline bool has_curbossscore() const; inline void clear_curbossscore(); static const int kCurBossScoreFieldNumber = 7; inline ::google::protobuf::int32 curbossscore() const; inline void set_curbossscore(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.packetl2c_get_legendaryfish_palace_info_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_result(); inline void clear_has_result(); inline void set_has_shopflushtime(); inline void clear_has_shopflushtime(); inline void set_has_bosscountdown(); inline void clear_has_bosscountdown(); inline void set_has_bossscoretransrate(); inline void clear_has_bossscoretransrate(); inline void set_has_curbossscore(); inline void clear_has_curbossscore(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 result_; ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo > shopinfo_; ::google::protobuf::int32 shopflushtime_; ::google::protobuf::int32 bosscountdown_; ::google::protobuf::int32 bossscoretransrate_; ::google::protobuf::int32 curbossscore_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(7 + 31) / 32]; friend void protobuf_AddDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5flegendaryfish_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetl2c_get_legendaryfish_palace_info_result* default_instance_; }; // ------------------------------------------------------------------- class packetc2l_flush_shop : public ::google::protobuf::Message { public: packetc2l_flush_shop(); virtual ~packetc2l_flush_shop(); packetc2l_flush_shop(const packetc2l_flush_shop& from); inline packetc2l_flush_shop& operator=(const packetc2l_flush_shop& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2l_flush_shop& default_instance(); void Swap(packetc2l_flush_shop* other); // implements Message ---------------------------------------------- packetc2l_flush_shop* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2l_flush_shop& from); void MergeFrom(const packetc2l_flush_shop& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_flush_shop]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 type = 2; inline bool has_type() const; inline void clear_type(); static const int kTypeFieldNumber = 2; inline ::google::protobuf::int32 type() const; inline void set_type(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.packetc2l_flush_shop) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_type(); inline void clear_has_type(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 type_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; friend void protobuf_AddDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5flegendaryfish_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetc2l_flush_shop* default_instance_; }; // ------------------------------------------------------------------- class packetl2c_flush_shop_result : public ::google::protobuf::Message { public: packetl2c_flush_shop_result(); virtual ~packetl2c_flush_shop_result(); packetl2c_flush_shop_result(const packetl2c_flush_shop_result& from); inline packetl2c_flush_shop_result& operator=(const packetl2c_flush_shop_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetl2c_flush_shop_result& default_instance(); void Swap(packetl2c_flush_shop_result* other); // implements Message ---------------------------------------------- packetl2c_flush_shop_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetl2c_flush_shop_result& from); void MergeFrom(const packetl2c_flush_shop_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_flush_shop_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 result = 2; inline bool has_result() const; inline void clear_result(); static const int kResultFieldNumber = 2; inline ::google::protobuf::int32 result() const; inline void set_result(::google::protobuf::int32 value); // optional int32 type = 3; inline bool has_type() const; inline void clear_type(); static const int kTypeFieldNumber = 3; inline ::google::protobuf::int32 type() const; inline void set_type(::google::protobuf::int32 value); // repeated .fish_protocols.LegendaryShopInfo shopInfo = 4; inline int shopinfo_size() const; inline void clear_shopinfo(); static const int kShopInfoFieldNumber = 4; inline const ::fish_protocols::LegendaryShopInfo& shopinfo(int index) const; inline ::fish_protocols::LegendaryShopInfo* mutable_shopinfo(int index); inline ::fish_protocols::LegendaryShopInfo* add_shopinfo(); inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo >& shopinfo() const; inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo >* mutable_shopinfo(); // @@protoc_insertion_point(class_scope:fish_protocols.packetl2c_flush_shop_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_result(); inline void clear_has_result(); inline void set_has_type(); inline void clear_has_type(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 result_; ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo > shopinfo_; ::google::protobuf::int32 type_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; friend void protobuf_AddDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5flegendaryfish_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetl2c_flush_shop_result* default_instance_; }; // ------------------------------------------------------------------- class packetc2l_buy_shop_item : public ::google::protobuf::Message { public: packetc2l_buy_shop_item(); virtual ~packetc2l_buy_shop_item(); packetc2l_buy_shop_item(const packetc2l_buy_shop_item& from); inline packetc2l_buy_shop_item& operator=(const packetc2l_buy_shop_item& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2l_buy_shop_item& default_instance(); void Swap(packetc2l_buy_shop_item* other); // implements Message ---------------------------------------------- packetc2l_buy_shop_item* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2l_buy_shop_item& from); void MergeFrom(const packetc2l_buy_shop_item& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_buy_shop_item]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 itemId = 2; inline bool has_itemid() const; inline void clear_itemid(); static const int kItemIdFieldNumber = 2; inline ::google::protobuf::int32 itemid() const; inline void set_itemid(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.packetc2l_buy_shop_item) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_itemid(); inline void clear_has_itemid(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 itemid_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; friend void protobuf_AddDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5flegendaryfish_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetc2l_buy_shop_item* default_instance_; }; // ------------------------------------------------------------------- class packetl2c_buy_shop_item_result : public ::google::protobuf::Message { public: packetl2c_buy_shop_item_result(); virtual ~packetl2c_buy_shop_item_result(); packetl2c_buy_shop_item_result(const packetl2c_buy_shop_item_result& from); inline packetl2c_buy_shop_item_result& operator=(const packetl2c_buy_shop_item_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetl2c_buy_shop_item_result& default_instance(); void Swap(packetl2c_buy_shop_item_result* other); // implements Message ---------------------------------------------- packetl2c_buy_shop_item_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetl2c_buy_shop_item_result& from); void MergeFrom(const packetl2c_buy_shop_item_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_buy_shop_item_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 result = 2; inline bool has_result() const; inline void clear_result(); static const int kResultFieldNumber = 2; inline ::google::protobuf::int32 result() const; inline void set_result(::google::protobuf::int32 value); // optional int32 itemId = 3; inline bool has_itemid() const; inline void clear_itemid(); static const int kItemIdFieldNumber = 3; inline ::google::protobuf::int32 itemid() const; inline void set_itemid(::google::protobuf::int32 value); // repeated .fish_protocols.LegendaryShopInfo shopInfo = 4; inline int shopinfo_size() const; inline void clear_shopinfo(); static const int kShopInfoFieldNumber = 4; inline const ::fish_protocols::LegendaryShopInfo& shopinfo(int index) const; inline ::fish_protocols::LegendaryShopInfo* mutable_shopinfo(int index); inline ::fish_protocols::LegendaryShopInfo* add_shopinfo(); inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo >& shopinfo() const; inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo >* mutable_shopinfo(); // @@protoc_insertion_point(class_scope:fish_protocols.packetl2c_buy_shop_item_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_result(); inline void clear_has_result(); inline void set_has_itemid(); inline void clear_has_itemid(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 result_; ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo > shopinfo_; ::google::protobuf::int32 itemid_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32]; friend void protobuf_AddDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5flegendaryfish_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetl2c_buy_shop_item_result* default_instance_; }; // ------------------------------------------------------------------- class packetc2l_call_legendaryfish : public ::google::protobuf::Message { public: packetc2l_call_legendaryfish(); virtual ~packetc2l_call_legendaryfish(); packetc2l_call_legendaryfish(const packetc2l_call_legendaryfish& from); inline packetc2l_call_legendaryfish& operator=(const packetc2l_call_legendaryfish& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2l_call_legendaryfish& default_instance(); void Swap(packetc2l_call_legendaryfish* other); // implements Message ---------------------------------------------- packetc2l_call_legendaryfish* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2l_call_legendaryfish& from); void MergeFrom(const packetc2l_call_legendaryfish& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_call_legendaryfish]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // @@protoc_insertion_point(class_scope:fish_protocols.packetc2l_call_legendaryfish) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; friend void protobuf_AddDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5flegendaryfish_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetc2l_call_legendaryfish* default_instance_; }; // ------------------------------------------------------------------- class packetl2c_call_legendaryfish_result : public ::google::protobuf::Message { public: packetl2c_call_legendaryfish_result(); virtual ~packetl2c_call_legendaryfish_result(); packetl2c_call_legendaryfish_result(const packetl2c_call_legendaryfish_result& from); inline packetl2c_call_legendaryfish_result& operator=(const packetl2c_call_legendaryfish_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetl2c_call_legendaryfish_result& default_instance(); void Swap(packetl2c_call_legendaryfish_result* other); // implements Message ---------------------------------------------- packetl2c_call_legendaryfish_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetl2c_call_legendaryfish_result& from); void MergeFrom(const packetl2c_call_legendaryfish_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_call_legendaryfish_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 result = 2; inline bool has_result() const; inline void clear_result(); static const int kResultFieldNumber = 2; inline ::google::protobuf::int32 result() const; inline void set_result(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.packetl2c_call_legendaryfish_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_result(); inline void clear_has_result(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 result_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; friend void protobuf_AddDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5flegendaryfish_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetl2c_call_legendaryfish_result* default_instance_; }; // ------------------------------------------------------------------- class packetc2l_get_boss_info : public ::google::protobuf::Message { public: packetc2l_get_boss_info(); virtual ~packetc2l_get_boss_info(); packetc2l_get_boss_info(const packetc2l_get_boss_info& from); inline packetc2l_get_boss_info& operator=(const packetc2l_get_boss_info& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2l_get_boss_info& default_instance(); void Swap(packetc2l_get_boss_info* other); // implements Message ---------------------------------------------- packetc2l_get_boss_info* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2l_get_boss_info& from); void MergeFrom(const packetc2l_get_boss_info& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_get_boss_info]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // @@protoc_insertion_point(class_scope:fish_protocols.packetc2l_get_boss_info) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; friend void protobuf_AddDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5flegendaryfish_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetc2l_get_boss_info* default_instance_; }; // ------------------------------------------------------------------- class packetl2c_notice_boss_countdown : public ::google::protobuf::Message { public: packetl2c_notice_boss_countdown(); virtual ~packetl2c_notice_boss_countdown(); packetl2c_notice_boss_countdown(const packetl2c_notice_boss_countdown& from); inline packetl2c_notice_boss_countdown& operator=(const packetl2c_notice_boss_countdown& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetl2c_notice_boss_countdown& default_instance(); void Swap(packetl2c_notice_boss_countdown* other); // implements Message ---------------------------------------------- packetl2c_notice_boss_countdown* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetl2c_notice_boss_countdown& from); void MergeFrom(const packetl2c_notice_boss_countdown& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_notice_boss_countdown]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 bossCountDown = 2; inline bool has_bosscountdown() const; inline void clear_bosscountdown(); static const int kBossCountDownFieldNumber = 2; inline ::google::protobuf::int32 bosscountdown() const; inline void set_bosscountdown(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.packetl2c_notice_boss_countdown) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_bosscountdown(); inline void clear_has_bosscountdown(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 bosscountdown_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; friend void protobuf_AddDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5flegendaryfish_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetl2c_notice_boss_countdown* default_instance_; }; // ------------------------------------------------------------------- class packetl2c_get_boss_info_result : public ::google::protobuf::Message { public: packetl2c_get_boss_info_result(); virtual ~packetl2c_get_boss_info_result(); packetl2c_get_boss_info_result(const packetl2c_get_boss_info_result& from); inline packetl2c_get_boss_info_result& operator=(const packetl2c_get_boss_info_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetl2c_get_boss_info_result& default_instance(); void Swap(packetl2c_get_boss_info_result* other); // implements Message ---------------------------------------------- packetl2c_get_boss_info_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetl2c_get_boss_info_result& from); void MergeFrom(const packetl2c_get_boss_info_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_get_boss_info_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 bossScoreTransRate = 2; inline bool has_bossscoretransrate() const; inline void clear_bossscoretransrate(); static const int kBossScoreTransRateFieldNumber = 2; inline ::google::protobuf::int32 bossscoretransrate() const; inline void set_bossscoretransrate(::google::protobuf::int32 value); // optional int32 curBossScore = 3; inline bool has_curbossscore() const; inline void clear_curbossscore(); static const int kCurBossScoreFieldNumber = 3; inline ::google::protobuf::int32 curbossscore() const; inline void set_curbossscore(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.packetl2c_get_boss_info_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_bossscoretransrate(); inline void clear_has_bossscoretransrate(); inline void set_has_curbossscore(); inline void clear_has_curbossscore(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 bossscoretransrate_; ::google::protobuf::int32 curbossscore_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; friend void protobuf_AddDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5flegendaryfish_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5flegendaryfish_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetl2c_get_boss_info_result* default_instance_; }; // =================================================================== // =================================================================== // LegendaryShopInfo // optional int32 itemId = 1; inline bool LegendaryShopInfo::has_itemid() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void LegendaryShopInfo::set_has_itemid() { _has_bits_[0] |= 0x00000001u; } inline void LegendaryShopInfo::clear_has_itemid() { _has_bits_[0] &= ~0x00000001u; } inline void LegendaryShopInfo::clear_itemid() { itemid_ = 0; clear_has_itemid(); } inline ::google::protobuf::int32 LegendaryShopInfo::itemid() const { return itemid_; } inline void LegendaryShopInfo::set_itemid(::google::protobuf::int32 value) { set_has_itemid(); itemid_ = value; } // optional int32 shopId = 2; inline bool LegendaryShopInfo::has_shopid() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void LegendaryShopInfo::set_has_shopid() { _has_bits_[0] |= 0x00000002u; } inline void LegendaryShopInfo::clear_has_shopid() { _has_bits_[0] &= ~0x00000002u; } inline void LegendaryShopInfo::clear_shopid() { shopid_ = 0; clear_has_shopid(); } inline ::google::protobuf::int32 LegendaryShopInfo::shopid() const { return shopid_; } inline void LegendaryShopInfo::set_shopid(::google::protobuf::int32 value) { set_has_shopid(); shopid_ = value; } // optional bool isReceived = 3; inline bool LegendaryShopInfo::has_isreceived() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void LegendaryShopInfo::set_has_isreceived() { _has_bits_[0] |= 0x00000004u; } inline void LegendaryShopInfo::clear_has_isreceived() { _has_bits_[0] &= ~0x00000004u; } inline void LegendaryShopInfo::clear_isreceived() { isreceived_ = false; clear_has_isreceived(); } inline bool LegendaryShopInfo::isreceived() const { return isreceived_; } inline void LegendaryShopInfo::set_isreceived(bool value) { set_has_isreceived(); isreceived_ = value; } // ------------------------------------------------------------------- // packetc2l_get_legendaryfish_palace_info // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_get_legendaryfish_palace_info]; inline bool packetc2l_get_legendaryfish_palace_info::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2l_get_legendaryfish_palace_info::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2l_get_legendaryfish_palace_info::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2l_get_legendaryfish_palace_info::clear_packet_id() { packet_id_ = 10192; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetc2l_get_legendaryfish_palace_info::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetc2l_get_legendaryfish_palace_info::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // ------------------------------------------------------------------- // packetl2c_get_legendaryfish_palace_info_result // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_get_legendaryfish_palace_info_result]; inline bool packetl2c_get_legendaryfish_palace_info_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetl2c_get_legendaryfish_palace_info_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetl2c_get_legendaryfish_palace_info_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetl2c_get_legendaryfish_palace_info_result::clear_packet_id() { packet_id_ = 16185; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetl2c_get_legendaryfish_palace_info_result::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetl2c_get_legendaryfish_palace_info_result::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 result = 2; inline bool packetl2c_get_legendaryfish_palace_info_result::has_result() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetl2c_get_legendaryfish_palace_info_result::set_has_result() { _has_bits_[0] |= 0x00000002u; } inline void packetl2c_get_legendaryfish_palace_info_result::clear_has_result() { _has_bits_[0] &= ~0x00000002u; } inline void packetl2c_get_legendaryfish_palace_info_result::clear_result() { result_ = 0; clear_has_result(); } inline ::google::protobuf::int32 packetl2c_get_legendaryfish_palace_info_result::result() const { return result_; } inline void packetl2c_get_legendaryfish_palace_info_result::set_result(::google::protobuf::int32 value) { set_has_result(); result_ = value; } // repeated .fish_protocols.LegendaryShopInfo shopInfo = 3; inline int packetl2c_get_legendaryfish_palace_info_result::shopinfo_size() const { return shopinfo_.size(); } inline void packetl2c_get_legendaryfish_palace_info_result::clear_shopinfo() { shopinfo_.Clear(); } inline const ::fish_protocols::LegendaryShopInfo& packetl2c_get_legendaryfish_palace_info_result::shopinfo(int index) const { return shopinfo_.Get(index); } inline ::fish_protocols::LegendaryShopInfo* packetl2c_get_legendaryfish_palace_info_result::mutable_shopinfo(int index) { return shopinfo_.Mutable(index); } inline ::fish_protocols::LegendaryShopInfo* packetl2c_get_legendaryfish_palace_info_result::add_shopinfo() { return shopinfo_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo >& packetl2c_get_legendaryfish_palace_info_result::shopinfo() const { return shopinfo_; } inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo >* packetl2c_get_legendaryfish_palace_info_result::mutable_shopinfo() { return &shopinfo_; } // optional int32 shopFlushTime = 4; inline bool packetl2c_get_legendaryfish_palace_info_result::has_shopflushtime() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void packetl2c_get_legendaryfish_palace_info_result::set_has_shopflushtime() { _has_bits_[0] |= 0x00000008u; } inline void packetl2c_get_legendaryfish_palace_info_result::clear_has_shopflushtime() { _has_bits_[0] &= ~0x00000008u; } inline void packetl2c_get_legendaryfish_palace_info_result::clear_shopflushtime() { shopflushtime_ = 0; clear_has_shopflushtime(); } inline ::google::protobuf::int32 packetl2c_get_legendaryfish_palace_info_result::shopflushtime() const { return shopflushtime_; } inline void packetl2c_get_legendaryfish_palace_info_result::set_shopflushtime(::google::protobuf::int32 value) { set_has_shopflushtime(); shopflushtime_ = value; } // optional int32 bossCountDown = 5; inline bool packetl2c_get_legendaryfish_palace_info_result::has_bosscountdown() const { return (_has_bits_[0] & 0x00000010u) != 0; } inline void packetl2c_get_legendaryfish_palace_info_result::set_has_bosscountdown() { _has_bits_[0] |= 0x00000010u; } inline void packetl2c_get_legendaryfish_palace_info_result::clear_has_bosscountdown() { _has_bits_[0] &= ~0x00000010u; } inline void packetl2c_get_legendaryfish_palace_info_result::clear_bosscountdown() { bosscountdown_ = 0; clear_has_bosscountdown(); } inline ::google::protobuf::int32 packetl2c_get_legendaryfish_palace_info_result::bosscountdown() const { return bosscountdown_; } inline void packetl2c_get_legendaryfish_palace_info_result::set_bosscountdown(::google::protobuf::int32 value) { set_has_bosscountdown(); bosscountdown_ = value; } // optional int32 bossScoreTransRate = 6; inline bool packetl2c_get_legendaryfish_palace_info_result::has_bossscoretransrate() const { return (_has_bits_[0] & 0x00000020u) != 0; } inline void packetl2c_get_legendaryfish_palace_info_result::set_has_bossscoretransrate() { _has_bits_[0] |= 0x00000020u; } inline void packetl2c_get_legendaryfish_palace_info_result::clear_has_bossscoretransrate() { _has_bits_[0] &= ~0x00000020u; } inline void packetl2c_get_legendaryfish_palace_info_result::clear_bossscoretransrate() { bossscoretransrate_ = 0; clear_has_bossscoretransrate(); } inline ::google::protobuf::int32 packetl2c_get_legendaryfish_palace_info_result::bossscoretransrate() const { return bossscoretransrate_; } inline void packetl2c_get_legendaryfish_palace_info_result::set_bossscoretransrate(::google::protobuf::int32 value) { set_has_bossscoretransrate(); bossscoretransrate_ = value; } // optional int32 curBossScore = 7; inline bool packetl2c_get_legendaryfish_palace_info_result::has_curbossscore() const { return (_has_bits_[0] & 0x00000040u) != 0; } inline void packetl2c_get_legendaryfish_palace_info_result::set_has_curbossscore() { _has_bits_[0] |= 0x00000040u; } inline void packetl2c_get_legendaryfish_palace_info_result::clear_has_curbossscore() { _has_bits_[0] &= ~0x00000040u; } inline void packetl2c_get_legendaryfish_palace_info_result::clear_curbossscore() { curbossscore_ = 0; clear_has_curbossscore(); } inline ::google::protobuf::int32 packetl2c_get_legendaryfish_palace_info_result::curbossscore() const { return curbossscore_; } inline void packetl2c_get_legendaryfish_palace_info_result::set_curbossscore(::google::protobuf::int32 value) { set_has_curbossscore(); curbossscore_ = value; } // ------------------------------------------------------------------- // packetc2l_flush_shop // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_flush_shop]; inline bool packetc2l_flush_shop::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2l_flush_shop::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2l_flush_shop::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2l_flush_shop::clear_packet_id() { packet_id_ = 10193; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetc2l_flush_shop::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetc2l_flush_shop::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 type = 2; inline bool packetc2l_flush_shop::has_type() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetc2l_flush_shop::set_has_type() { _has_bits_[0] |= 0x00000002u; } inline void packetc2l_flush_shop::clear_has_type() { _has_bits_[0] &= ~0x00000002u; } inline void packetc2l_flush_shop::clear_type() { type_ = 0; clear_has_type(); } inline ::google::protobuf::int32 packetc2l_flush_shop::type() const { return type_; } inline void packetc2l_flush_shop::set_type(::google::protobuf::int32 value) { set_has_type(); type_ = value; } // ------------------------------------------------------------------- // packetl2c_flush_shop_result // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_flush_shop_result]; inline bool packetl2c_flush_shop_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetl2c_flush_shop_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetl2c_flush_shop_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetl2c_flush_shop_result::clear_packet_id() { packet_id_ = 16186; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetl2c_flush_shop_result::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetl2c_flush_shop_result::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 result = 2; inline bool packetl2c_flush_shop_result::has_result() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetl2c_flush_shop_result::set_has_result() { _has_bits_[0] |= 0x00000002u; } inline void packetl2c_flush_shop_result::clear_has_result() { _has_bits_[0] &= ~0x00000002u; } inline void packetl2c_flush_shop_result::clear_result() { result_ = 0; clear_has_result(); } inline ::google::protobuf::int32 packetl2c_flush_shop_result::result() const { return result_; } inline void packetl2c_flush_shop_result::set_result(::google::protobuf::int32 value) { set_has_result(); result_ = value; } // optional int32 type = 3; inline bool packetl2c_flush_shop_result::has_type() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void packetl2c_flush_shop_result::set_has_type() { _has_bits_[0] |= 0x00000004u; } inline void packetl2c_flush_shop_result::clear_has_type() { _has_bits_[0] &= ~0x00000004u; } inline void packetl2c_flush_shop_result::clear_type() { type_ = 0; clear_has_type(); } inline ::google::protobuf::int32 packetl2c_flush_shop_result::type() const { return type_; } inline void packetl2c_flush_shop_result::set_type(::google::protobuf::int32 value) { set_has_type(); type_ = value; } // repeated .fish_protocols.LegendaryShopInfo shopInfo = 4; inline int packetl2c_flush_shop_result::shopinfo_size() const { return shopinfo_.size(); } inline void packetl2c_flush_shop_result::clear_shopinfo() { shopinfo_.Clear(); } inline const ::fish_protocols::LegendaryShopInfo& packetl2c_flush_shop_result::shopinfo(int index) const { return shopinfo_.Get(index); } inline ::fish_protocols::LegendaryShopInfo* packetl2c_flush_shop_result::mutable_shopinfo(int index) { return shopinfo_.Mutable(index); } inline ::fish_protocols::LegendaryShopInfo* packetl2c_flush_shop_result::add_shopinfo() { return shopinfo_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo >& packetl2c_flush_shop_result::shopinfo() const { return shopinfo_; } inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo >* packetl2c_flush_shop_result::mutable_shopinfo() { return &shopinfo_; } // ------------------------------------------------------------------- // packetc2l_buy_shop_item // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_buy_shop_item]; inline bool packetc2l_buy_shop_item::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2l_buy_shop_item::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2l_buy_shop_item::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2l_buy_shop_item::clear_packet_id() { packet_id_ = 10195; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetc2l_buy_shop_item::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetc2l_buy_shop_item::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 itemId = 2; inline bool packetc2l_buy_shop_item::has_itemid() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetc2l_buy_shop_item::set_has_itemid() { _has_bits_[0] |= 0x00000002u; } inline void packetc2l_buy_shop_item::clear_has_itemid() { _has_bits_[0] &= ~0x00000002u; } inline void packetc2l_buy_shop_item::clear_itemid() { itemid_ = 0; clear_has_itemid(); } inline ::google::protobuf::int32 packetc2l_buy_shop_item::itemid() const { return itemid_; } inline void packetc2l_buy_shop_item::set_itemid(::google::protobuf::int32 value) { set_has_itemid(); itemid_ = value; } // ------------------------------------------------------------------- // packetl2c_buy_shop_item_result // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_buy_shop_item_result]; inline bool packetl2c_buy_shop_item_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetl2c_buy_shop_item_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetl2c_buy_shop_item_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetl2c_buy_shop_item_result::clear_packet_id() { packet_id_ = 16189; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetl2c_buy_shop_item_result::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetl2c_buy_shop_item_result::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 result = 2; inline bool packetl2c_buy_shop_item_result::has_result() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetl2c_buy_shop_item_result::set_has_result() { _has_bits_[0] |= 0x00000002u; } inline void packetl2c_buy_shop_item_result::clear_has_result() { _has_bits_[0] &= ~0x00000002u; } inline void packetl2c_buy_shop_item_result::clear_result() { result_ = 0; clear_has_result(); } inline ::google::protobuf::int32 packetl2c_buy_shop_item_result::result() const { return result_; } inline void packetl2c_buy_shop_item_result::set_result(::google::protobuf::int32 value) { set_has_result(); result_ = value; } // optional int32 itemId = 3; inline bool packetl2c_buy_shop_item_result::has_itemid() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void packetl2c_buy_shop_item_result::set_has_itemid() { _has_bits_[0] |= 0x00000004u; } inline void packetl2c_buy_shop_item_result::clear_has_itemid() { _has_bits_[0] &= ~0x00000004u; } inline void packetl2c_buy_shop_item_result::clear_itemid() { itemid_ = 0; clear_has_itemid(); } inline ::google::protobuf::int32 packetl2c_buy_shop_item_result::itemid() const { return itemid_; } inline void packetl2c_buy_shop_item_result::set_itemid(::google::protobuf::int32 value) { set_has_itemid(); itemid_ = value; } // repeated .fish_protocols.LegendaryShopInfo shopInfo = 4; inline int packetl2c_buy_shop_item_result::shopinfo_size() const { return shopinfo_.size(); } inline void packetl2c_buy_shop_item_result::clear_shopinfo() { shopinfo_.Clear(); } inline const ::fish_protocols::LegendaryShopInfo& packetl2c_buy_shop_item_result::shopinfo(int index) const { return shopinfo_.Get(index); } inline ::fish_protocols::LegendaryShopInfo* packetl2c_buy_shop_item_result::mutable_shopinfo(int index) { return shopinfo_.Mutable(index); } inline ::fish_protocols::LegendaryShopInfo* packetl2c_buy_shop_item_result::add_shopinfo() { return shopinfo_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo >& packetl2c_buy_shop_item_result::shopinfo() const { return shopinfo_; } inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::LegendaryShopInfo >* packetl2c_buy_shop_item_result::mutable_shopinfo() { return &shopinfo_; } // ------------------------------------------------------------------- // packetc2l_call_legendaryfish // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_call_legendaryfish]; inline bool packetc2l_call_legendaryfish::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2l_call_legendaryfish::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2l_call_legendaryfish::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2l_call_legendaryfish::clear_packet_id() { packet_id_ = 10194; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetc2l_call_legendaryfish::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetc2l_call_legendaryfish::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // ------------------------------------------------------------------- // packetl2c_call_legendaryfish_result // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_call_legendaryfish_result]; inline bool packetl2c_call_legendaryfish_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetl2c_call_legendaryfish_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetl2c_call_legendaryfish_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetl2c_call_legendaryfish_result::clear_packet_id() { packet_id_ = 16188; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetl2c_call_legendaryfish_result::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetl2c_call_legendaryfish_result::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 result = 2; inline bool packetl2c_call_legendaryfish_result::has_result() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetl2c_call_legendaryfish_result::set_has_result() { _has_bits_[0] |= 0x00000002u; } inline void packetl2c_call_legendaryfish_result::clear_has_result() { _has_bits_[0] &= ~0x00000002u; } inline void packetl2c_call_legendaryfish_result::clear_result() { result_ = 0; clear_has_result(); } inline ::google::protobuf::int32 packetl2c_call_legendaryfish_result::result() const { return result_; } inline void packetl2c_call_legendaryfish_result::set_result(::google::protobuf::int32 value) { set_has_result(); result_ = value; } // ------------------------------------------------------------------- // packetc2l_get_boss_info // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_get_boss_info]; inline bool packetc2l_get_boss_info::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2l_get_boss_info::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2l_get_boss_info::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2l_get_boss_info::clear_packet_id() { packet_id_ = 10198; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetc2l_get_boss_info::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetc2l_get_boss_info::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // ------------------------------------------------------------------- // packetl2c_notice_boss_countdown // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_notice_boss_countdown]; inline bool packetl2c_notice_boss_countdown::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetl2c_notice_boss_countdown::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetl2c_notice_boss_countdown::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetl2c_notice_boss_countdown::clear_packet_id() { packet_id_ = 16191; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetl2c_notice_boss_countdown::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetl2c_notice_boss_countdown::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 bossCountDown = 2; inline bool packetl2c_notice_boss_countdown::has_bosscountdown() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetl2c_notice_boss_countdown::set_has_bosscountdown() { _has_bits_[0] |= 0x00000002u; } inline void packetl2c_notice_boss_countdown::clear_has_bosscountdown() { _has_bits_[0] &= ~0x00000002u; } inline void packetl2c_notice_boss_countdown::clear_bosscountdown() { bosscountdown_ = 0; clear_has_bosscountdown(); } inline ::google::protobuf::int32 packetl2c_notice_boss_countdown::bosscountdown() const { return bosscountdown_; } inline void packetl2c_notice_boss_countdown::set_bosscountdown(::google::protobuf::int32 value) { set_has_bosscountdown(); bosscountdown_ = value; } // ------------------------------------------------------------------- // packetl2c_get_boss_info_result // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_get_boss_info_result]; inline bool packetl2c_get_boss_info_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetl2c_get_boss_info_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetl2c_get_boss_info_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetl2c_get_boss_info_result::clear_packet_id() { packet_id_ = 16192; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetl2c_get_boss_info_result::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetl2c_get_boss_info_result::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 bossScoreTransRate = 2; inline bool packetl2c_get_boss_info_result::has_bossscoretransrate() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetl2c_get_boss_info_result::set_has_bossscoretransrate() { _has_bits_[0] |= 0x00000002u; } inline void packetl2c_get_boss_info_result::clear_has_bossscoretransrate() { _has_bits_[0] &= ~0x00000002u; } inline void packetl2c_get_boss_info_result::clear_bossscoretransrate() { bossscoretransrate_ = 0; clear_has_bossscoretransrate(); } inline ::google::protobuf::int32 packetl2c_get_boss_info_result::bossscoretransrate() const { return bossscoretransrate_; } inline void packetl2c_get_boss_info_result::set_bossscoretransrate(::google::protobuf::int32 value) { set_has_bossscoretransrate(); bossscoretransrate_ = value; } // optional int32 curBossScore = 3; inline bool packetl2c_get_boss_info_result::has_curbossscore() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void packetl2c_get_boss_info_result::set_has_curbossscore() { _has_bits_[0] |= 0x00000004u; } inline void packetl2c_get_boss_info_result::clear_has_curbossscore() { _has_bits_[0] &= ~0x00000004u; } inline void packetl2c_get_boss_info_result::clear_curbossscore() { curbossscore_ = 0; clear_has_curbossscore(); } inline ::google::protobuf::int32 packetl2c_get_boss_info_result::curbossscore() const { return curbossscore_; } inline void packetl2c_get_boss_info_result::set_curbossscore(::google::protobuf::int32 value) { set_has_curbossscore(); curbossscore_ = value; } // @@protoc_insertion_point(namespace_scope) } // namespace fish_protocols #ifndef SWIG namespace google { namespace protobuf { } // namespace google } // namespace protobuf #endif // SWIG // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_fish_5flegendaryfish_5fpalace_2eproto__INCLUDED