|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244 |
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: MessageType.proto
-
- #include "MessageType.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 const ::_pb::EnumDescriptor* file_level_enum_descriptors_MessageType_2eproto[8];
- static constexpr ::_pb::ServiceDescriptor const** file_level_service_descriptors_MessageType_2eproto = nullptr;
- const uint32_t TableStruct_MessageType_2eproto::offsets[1] = {};
- static constexpr ::_pbi::MigrationSchema* schemas = nullptr;
- static constexpr ::_pb::Message* const* file_default_instances = nullptr;
-
- const char descriptor_table_protodef_MessageType_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
- "\n\021MessageType.proto\022\010protobuf*g\n\tPlaceTy"
- "pe\022\023\n\017NULL_PLACE_TYPE\020\000\022\010\n\004LAND\020\001\022\010\n\004WAL"
- "L\020\002\022\t\n\005GRASS\020\003\022\013\n\007MACHINE\020\004\022\010\n\004GATE\020\005\022\017\n"
- "\013HIDDEN_GATE\020\006*8\n\tShapeType\022\023\n\017NULL_SHAP"
- "E_TYPE\020\000\022\n\n\006CIRCLE\020\001\022\n\n\006SQUARE\020\002*N\n\010Prop"
- "Type\022\022\n\016NULL_PROP_TYPE\020\000\022\n\n\006PTYPE1\020\001\022\n\n\006"
- "PTYPE2\020\002\022\n\n\006PTYPE3\020\003\022\n\n\006PTYPE4\020\004*d\n\rHuma"
- "nBuffType\022\023\n\017NULL_HBUFF_TYPE\020\000\022\016\n\nHBUFFT"
- "YPE1\020\001\022\016\n\nHBUFFTYPE2\020\002\022\016\n\nHBUFFTYPE3\020\003\022\016"
- "\n\nHBUFFTYPE4\020\004*f\n\017ButcherBuffType\022\023\n\017NUL"
- "L_BBUFF_TYPE\020\000\022\016\n\nBBUFFTYPE1\020\001\022\016\n\nBBUFFT"
- "YPE2\020\002\022\016\n\nBBUFFTYPE3\020\003\022\016\n\nBBUFFTYPE4\020\004*H"
- "\n\nPlayerType\022\024\n\020NULL_PLAYER_TYPE\020\000\022\020\n\014HU"
- "MAN_PLAYER\020\001\022\022\n\016BUTCHER_PLAYER\020\002*`\n\tHuma"
- "nType\022\023\n\017NULL_HUMAN_TYPE\020\000\022\016\n\nHUMANTYPE1"
- "\020\001\022\016\n\nHUMANTYPE2\020\002\022\016\n\nHUMANTYPE3\020\003\022\016\n\nHU"
- "MANTYPE4\020\004*l\n\013ButcherType\022\025\n\021NULL_BUTCHE"
- "R_TYPE\020\000\022\020\n\014BUTCHERTYPE1\020\001\022\020\n\014BUTCHERTYP"
- "E2\020\002\022\020\n\014BUTCHERTYPE3\020\003\022\020\n\014BUTCHERTYPE4\020\004"
- "b\006proto3";
- static ::_pbi::once_flag descriptor_table_MessageType_2eproto_once;
- const ::_pbi::DescriptorTable descriptor_table_MessageType_2eproto = {
- false,
- false,
- 768,
- descriptor_table_protodef_MessageType_2eproto,
- "MessageType.proto",
- &descriptor_table_MessageType_2eproto_once,
- nullptr,
- 0,
- 0,
- schemas,
- file_default_instances,
- TableStruct_MessageType_2eproto::offsets,
- nullptr,
- file_level_enum_descriptors_MessageType_2eproto,
- file_level_service_descriptors_MessageType_2eproto,
- };
- PROTOBUF_ATTRIBUTE_WEAK const ::_pbi::DescriptorTable* descriptor_table_MessageType_2eproto_getter()
- {
- return &descriptor_table_MessageType_2eproto;
- }
-
- // Force running AddDescriptors() at dynamic initialization time.
- PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_MessageType_2eproto(&descriptor_table_MessageType_2eproto);
- namespace protobuf
- {
- const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* PlaceType_descriptor()
- {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_MessageType_2eproto);
- return file_level_enum_descriptors_MessageType_2eproto[0];
- }
- bool PlaceType_IsValid(int value)
- {
- switch (value)
- {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- return true;
- default:
- return false;
- }
- }
-
- const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ShapeType_descriptor()
- {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_MessageType_2eproto);
- return file_level_enum_descriptors_MessageType_2eproto[1];
- }
- bool ShapeType_IsValid(int value)
- {
- switch (value)
- {
- case 0:
- case 1:
- case 2:
- return true;
- default:
- return false;
- }
- }
-
- const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* PropType_descriptor()
- {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_MessageType_2eproto);
- return file_level_enum_descriptors_MessageType_2eproto[2];
- }
- bool PropType_IsValid(int value)
- {
- switch (value)
- {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- return true;
- default:
- return false;
- }
- }
-
- const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* HumanBuffType_descriptor()
- {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_MessageType_2eproto);
- return file_level_enum_descriptors_MessageType_2eproto[3];
- }
- bool HumanBuffType_IsValid(int value)
- {
- switch (value)
- {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- return true;
- default:
- return false;
- }
- }
-
- const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ButcherBuffType_descriptor()
- {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_MessageType_2eproto);
- return file_level_enum_descriptors_MessageType_2eproto[4];
- }
- bool ButcherBuffType_IsValid(int value)
- {
- switch (value)
- {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- return true;
- default:
- return false;
- }
- }
-
- const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* PlayerType_descriptor()
- {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_MessageType_2eproto);
- return file_level_enum_descriptors_MessageType_2eproto[5];
- }
- bool PlayerType_IsValid(int value)
- {
- switch (value)
- {
- case 0:
- case 1:
- case 2:
- return true;
- default:
- return false;
- }
- }
-
- const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* HumanType_descriptor()
- {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_MessageType_2eproto);
- return file_level_enum_descriptors_MessageType_2eproto[6];
- }
- bool HumanType_IsValid(int value)
- {
- switch (value)
- {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- return true;
- default:
- return false;
- }
- }
-
- const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ButcherType_descriptor()
- {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_MessageType_2eproto);
- return file_level_enum_descriptors_MessageType_2eproto[7];
- }
- bool ButcherType_IsValid(int value)
- {
- switch (value)
- {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- return true;
- default:
- return false;
- }
- }
-
- // @@protoc_insertion_point(namespace_scope)
- } // namespace protobuf
- PROTOBUF_NAMESPACE_OPEN
- PROTOBUF_NAMESPACE_CLOSE
-
- // @@protoc_insertion_point(global_scope)
- #include <google/protobuf/port_undef.inc>
|