LeviLamina
Loading...
Searching...
No Matches
ServerPrefabPlayerService.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Result_deprecated.h"
7#include "mc/editor/ServerPrefabPlayerServiceProvider.h"
8#include "mc/editor/services/IEditorService.h"
9#include "mc/editor/services/PayloadStoreHelper.h"
10
11namespace Editor::Services {
12
16public:
17 // member variables
18 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 0
36 virtual ~ServerPrefabPlayerService() /*override*/ = default;
37
38 // vIndex: 1
39 virtual ::Scripting::Result_deprecated<void> init() /*override*/;
40
41 // vIndex: 3
42 virtual ::Scripting::Result_deprecated<void> quit() /*override*/;
43
44 // vIndex: 4
45 virtual ::std::string_view getServiceName() const /*override*/;
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51
52 // NOLINTEND
53};
54
55} // namespace Editor::Services
Definition ServerPrefabPlayerServiceProvider.h:7
Definition IEditorService.h:11
Definition PayloadStoreHelper.h:7
Definition ServerPrefabPlayerService.h:15
Definition Alias.h:14