LeviLamina
Loading...
Searching...
No Matches
IScriptCustomComponentAfterEventSignal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/IScriptAfterEventSignal.h"
7
8namespace ScriptModuleMinecraft {
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 8, uint64> mEventType;
15 // NOLINTEND
16
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~IScriptCustomComponentAfterEventSignal() /*override*/ = default;
22 // NOLINTEND
23};
24
25} // namespace ScriptModuleMinecraft
Definition IScriptAfterEventSignal.h:12
Definition IScriptCustomComponentAfterEventSignal.h:10