|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: Services.proto
-
- #include "Services.pb.h"
-
- #include <algorithm>
-
- #include <google/protobuf/io/coded_stream.h>
- #include <google/protobuf/extension_set.h>
- #include <google/protobuf/wire_format_lite.h>
- #include <google/protobuf/descriptor.h>
- #include <google/protobuf/generated_message_reflection.h>
- #include <google/protobuf/reflection_ops.h>
- #include <google/protobuf/wire_format.h>
- // @@protoc_insertion_point(includes)
- #include <google/protobuf/port_def.inc>
-
- PROTOBUF_PRAGMA_INIT_SEG
-
- namespace _pb = ::PROTOBUF_NAMESPACE_ID;
- namespace _pbi = _pb::internal;
-
- namespace protobuf
- {
- } // namespace protobuf
- static constexpr ::_pb::EnumDescriptor const** file_level_enum_descriptors_Services_2eproto = nullptr;
- static constexpr ::_pb::ServiceDescriptor const** file_level_service_descriptors_Services_2eproto = nullptr;
- const uint32_t TableStruct_Services_2eproto::offsets[1] = {};
- static constexpr ::_pbi::MigrationSchema* schemas = nullptr;
- static constexpr ::_pb::Message* const* file_default_instances = nullptr;
-
- const char descriptor_table_protodef_Services_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
- "\n\016Services.proto\022\010protobuf\032\025Message2Clie"
- "nts.proto\032\024Message2Server.proto2\200\010\n\020Avai"
- "lableService\0223\n\rTryConnection\022\017.protobuf"
- ".IDMsg\032\021.protobuf.BoolRes\022=\n\tAddPlayer\022\023"
- ".protobuf.PlayerMsg\032\031.protobuf.MessageTo"
- "Client0\001\022,\n\004Move\022\021.protobuf.MoveMsg\032\021.pr"
- "otobuf.MoveRes\0220\n\010PickProp\022\021.protobuf.Pr"
- "opMsg\032\021.protobuf.BoolRes\022/\n\007UseProp\022\021.pr"
- "otobuf.PropMsg\032\021.protobuf.BoolRes\0221\n\tThr"
- "owProp\022\021.protobuf.PropMsg\032\021.protobuf.Boo"
- "lRes\0221\n\010UseSkill\022\022.protobuf.SkillMsg\032\021.p"
- "rotobuf.BoolRes\0223\n\013SendMessage\022\021.protobu"
- "f.SendMsg\032\021.protobuf.BoolRes\0223\n\rStartLea"
- "rning\022\017.protobuf.IDMsg\032\021.protobuf.BoolRe"
- "s\022A\n\017StartRescueMate\022\033.protobuf.TreatAnd"
- "RescueMsg\032\021.protobuf.BoolRes\022@\n\016StartTre"
- "atMate\022\033.protobuf.TreatAndRescueMsg\032\021.pr"
- "otobuf.BoolRes\0220\n\006Attack\022\023.protobuf.Atta"
- "ckMsg\032\021.protobuf.BoolRes\022.\n\010Graduate\022\017.p"
- "rotobuf.IDMsg\032\021.protobuf.BoolRes\022.\n\010Open"
- "Door\022\017.protobuf.IDMsg\032\021.protobuf.BoolRes"
- "\022/\n\tCloseDoor\022\017.protobuf.IDMsg\032\021.protobu"
- "f.BoolRes\0220\n\nSkipWindow\022\017.protobuf.IDMsg"
- "\032\021.protobuf.BoolRes\0223\n\rStartOpenGate\022\017.p"
- "rotobuf.IDMsg\032\021.protobuf.BoolRes\0224\n\016Star"
- "tOpenChest\022\017.protobuf.IDMsg\032\021.protobuf.B"
- "oolRes\0222\n\014EndAllAction\022\017.protobuf.IDMsg\032"
- "\021.protobuf.BoolResb\006proto3";
- static const ::_pbi::DescriptorTable* const descriptor_table_Services_2eproto_deps[2] = {
- &::descriptor_table_Message2Clients_2eproto,
- &::descriptor_table_Message2Server_2eproto,
- };
- static ::_pbi::once_flag descriptor_table_Services_2eproto_once;
- const ::_pbi::DescriptorTable descriptor_table_Services_2eproto = {
- false,
- false,
- 1106,
- descriptor_table_protodef_Services_2eproto,
- "Services.proto",
- &descriptor_table_Services_2eproto_once,
- descriptor_table_Services_2eproto_deps,
- 2,
- 0,
- schemas,
- file_default_instances,
- TableStruct_Services_2eproto::offsets,
- nullptr,
- file_level_enum_descriptors_Services_2eproto,
- file_level_service_descriptors_Services_2eproto,
- };
- PROTOBUF_ATTRIBUTE_WEAK const ::_pbi::DescriptorTable* descriptor_table_Services_2eproto_getter()
- {
- return &descriptor_table_Services_2eproto;
- }
-
- // Force running AddDescriptors() at dynamic initialization time.
- PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_Services_2eproto(&descriptor_table_Services_2eproto);
- namespace protobuf
- {
-
- // @@protoc_insertion_point(namespace_scope)
- } // namespace protobuf
- PROTOBUF_NAMESPACE_OPEN
- PROTOBUF_NAMESPACE_CLOSE
-
- // @@protoc_insertion_point(global_scope)
- #include <google/protobuf/port_undef.inc>
|