LeviLamina
Loading...
Searching...
No Matches
ServerScriptManagerEvents.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/pub_sub/Publisher.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Bedrock::PubSub::ThreadModel { struct SingleThreaded; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
18 mOnModuleStartupComplete;
20 mOnWorldInitializeComplete;
22 mOnPreReload;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCNAPI void $dtor();
35 // NOLINTEND
36};
Definition Publisher.h:8
Definition ServerScriptManagerEvents.h:13