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 );
26
27public:
28 // member functions
29 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCNAPI void $dtor();
37 // NOLINTEND
38};
39
40} // namespace ScriptModuleMinecraft
Definition ScriptBlockCustomComponentAfterEventIntermediateStorage.h:7
Definition ScriptBlockCustomComponentStepOffAfterEventIntermediateStorage.h:11
Definition Alias.h:14