You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Services.pb.cc 4.2 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: Services.proto
  3. #include "Services.pb.h"
  4. #include <algorithm>
  5. #include <google/protobuf/io/coded_stream.h>
  6. #include <google/protobuf/extension_set.h>
  7. #include <google/protobuf/wire_format_lite.h>
  8. #include <google/protobuf/descriptor.h>
  9. #include <google/protobuf/generated_message_reflection.h>
  10. #include <google/protobuf/reflection_ops.h>
  11. #include <google/protobuf/wire_format.h>
  12. // @@protoc_insertion_point(includes)
  13. #include <google/protobuf/port_def.inc>
  14. PROTOBUF_PRAGMA_INIT_SEG
  15. namespace _pb = ::PROTOBUF_NAMESPACE_ID;
  16. namespace _pbi = _pb::internal;
  17. namespace protobuf
  18. {
  19. } // namespace protobuf
  20. static constexpr ::_pb::EnumDescriptor const** file_level_enum_descriptors_Services_2eproto = nullptr;
  21. static constexpr ::_pb::ServiceDescriptor const** file_level_service_descriptors_Services_2eproto = nullptr;
  22. const uint32_t TableStruct_Services_2eproto::offsets[1] = {};
  23. static constexpr ::_pbi::MigrationSchema* schemas = nullptr;
  24. static constexpr ::_pb::Message* const* file_default_instances = nullptr;
  25. const char descriptor_table_protodef_Services_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
  26. "\n\016Services.proto\022\010protobuf\032\025Message2Clie"
  27. "nts.proto\032\024Message2Server.proto2\350\007\n\020Avai"
  28. "lableService\0223\n\rTryConnection\022\017.protobuf"
  29. ".IDMsg\032\021.protobuf.BoolRes\022=\n\tAddPlayer\022\023"
  30. ".protobuf.PlayerMsg\032\031.protobuf.MessageTo"
  31. "Client0\001\022,\n\004Move\022\021.protobuf.MoveMsg\032\021.pr"
  32. "otobuf.MoveRes\0220\n\010PickProp\022\021.protobuf.Pr"
  33. "opMsg\032\021.protobuf.BoolRes\022/\n\007UseProp\022\021.pr"
  34. "otobuf.PropMsg\032\021.protobuf.BoolRes\0221\n\tThr"
  35. "owProp\022\021.protobuf.PropMsg\032\021.protobuf.Boo"
  36. "lRes\0221\n\010UseSkill\022\022.protobuf.SkillMsg\032\021.p"
  37. "rotobuf.BoolRes\0223\n\013SendMessage\022\021.protobu"
  38. "f.SendMsg\032\021.protobuf.BoolRes\0223\n\rStartLea"
  39. "rning\022\017.protobuf.IDMsg\032\021.protobuf.BoolRe"
  40. "s\0225\n\017StartRescueMate\022\017.protobuf.IDMsg\032\021."
  41. "protobuf.BoolRes\0224\n\016StartTreatMate\022\017.pro"
  42. "tobuf.IDMsg\032\021.protobuf.BoolRes\0220\n\006Attack"
  43. "\022\023.protobuf.AttackMsg\032\021.protobuf.BoolRes"
  44. "\022.\n\010Graduate\022\017.protobuf.IDMsg\032\021.protobuf"
  45. ".BoolRes\022.\n\010OpenDoor\022\017.protobuf.IDMsg\032\021."
  46. "protobuf.BoolRes\022/\n\tCloseDoor\022\017.protobuf"
  47. ".IDMsg\032\021.protobuf.BoolRes\0220\n\nSkipWindow\022"
  48. "\017.protobuf.IDMsg\032\021.protobuf.BoolRes\0223\n\rS"
  49. "tartOpenGate\022\017.protobuf.IDMsg\032\021.protobuf"
  50. ".BoolRes\0224\n\016StartOpenChest\022\017.protobuf.ID"
  51. "Msg\032\021.protobuf.BoolRes\0222\n\014EndAllAction\022\017"
  52. ".protobuf.IDMsg\032\021.protobuf.BoolResb\006prot"
  53. "o3";
  54. static const ::_pbi::DescriptorTable* const descriptor_table_Services_2eproto_deps[2] = {
  55. &::descriptor_table_Message2Clients_2eproto,
  56. &::descriptor_table_Message2Server_2eproto,
  57. };
  58. static ::_pbi::once_flag descriptor_table_Services_2eproto_once;
  59. const ::_pbi::DescriptorTable descriptor_table_Services_2eproto = {
  60. false,
  61. false,
  62. 1082,
  63. descriptor_table_protodef_Services_2eproto,
  64. "Services.proto",
  65. &descriptor_table_Services_2eproto_once,
  66. descriptor_table_Services_2eproto_deps,
  67. 2,
  68. 0,
  69. schemas,
  70. file_default_instances,
  71. TableStruct_Services_2eproto::offsets,
  72. nullptr,
  73. file_level_enum_descriptors_Services_2eproto,
  74. file_level_service_descriptors_Services_2eproto,
  75. };
  76. PROTOBUF_ATTRIBUTE_WEAK const ::_pbi::DescriptorTable* descriptor_table_Services_2eproto_getter()
  77. {
  78. return &descriptor_table_Services_2eproto;
  79. }
  80. // Force running AddDescriptors() at dynamic initialization time.
  81. PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_Services_2eproto(&descriptor_table_Services_2eproto);
  82. namespace protobuf
  83. {
  84. // @@protoc_insertion_point(namespace_scope)
  85. } // namespace protobuf
  86. PROTOBUF_NAMESPACE_OPEN
  87. PROTOBUF_NAMESPACE_CLOSE
  88. // @@protoc_insertion_point(global_scope)
  89. #include <google/protobuf/port_undef.inc>