LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentStepOffAfterEventIntermediateStorage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/ScriptBlockCustomComponentAfterEventIntermediateStorage.h"
7
8namespace ScriptModuleMinecraft {
9
12public:
13 // member variables
14 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCFOLD void $dtor();
35 // NOLINTEND
36};
37
38} // namespace ScriptModuleMinecraft
Definition ScriptBlockCustomComponentAfterEventIntermediateStorage.h:7
Definition ScriptBlockCustomComponentStepOffAfterEventIntermediateStorage.h:11
Definition Alias.h:14