|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- // 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\355\006\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.Pi"
- "ckMsg\032\021.protobuf.BoolRes\022-\n\007UseProp\022\017.pr"
- "otobuf.IDMsg\032\021.protobuf.BoolRes\022.\n\010UseSk"
- "ill\022\017.protobuf.IDMsg\032\021.protobuf.BoolRes\022"
- "3\n\013SendMessage\022\021.protobuf.SendMsg\032\021.prot"
- "obuf.BoolRes\0221\n\nGetMessage\022\017.protobuf.ID"
- "Msg\032\020.protobuf.MsgRes0\001\0223\n\rStartLearning"
- "\022\017.protobuf.IDMsg\032\021.protobuf.BoolRes\0221\n\013"
- "EndLearning\022\017.protobuf.IDMsg\032\021.protobuf."
- "BoolRes\0223\n\rStartHelpMate\022\017.protobuf.IDMs"
- "g\032\021.protobuf.BoolRes\0221\n\013EndHelpMate\022\017.pr"
- "otobuf.IDMsg\032\021.protobuf.BoolRes\022.\n\005Trick"
- "\022\022.protobuf.TrickMsg\032\021.protobuf.BoolRes\022"
- "/\n\tStartExam\022\017.protobuf.IDMsg\032\021.protobuf"
- ".BoolRes\022-\n\007EndExam\022\017.protobuf.IDMsg\032\021.p"
- "rotobuf.BoolRes\022.\n\010MakeFail\022\017.protobuf.I"
- "DMsg\032\021.protobuf.BoolRes\022.\n\010Graduate\022\017.pr"
- "otobuf.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,
- 959,
- 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>
|