LeviLamina
Loading...
Searching...
No Matches
EditorPlaytestManagerServiceProvider.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor::Services {
6
8public:
9 // virtual functions
10 // NOLINTBEGIN
11 virtual ~EditorPlaytestManagerServiceProvider() = default;
12 // NOLINTEND
13
14public:
15 // vftables
16 // NOLINTBEGIN
17 MCNAPI static void** $vftable();
18 // NOLINTEND
19};
20
21} // namespace Editor::Services
Definition EditorPlaytestManagerServiceProvider.h:7