LeviLamina
Loading...
Searching...
No Matches
ScriptCustomComponentAfterEventList.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace ScriptModuleMinecraft { class IScriptCustomComponentAfterEventSignal; }
8// clang-format on
9
10namespace ScriptModuleMinecraft {
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<
17 8,
18 24,
19 ::std::vector<::std::unique_ptr<::ScriptModuleMinecraft::IScriptCustomComponentAfterEventSignal>>>
20 mHandles;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCFOLD void $dtor();
33 // NOLINTEND
34};
35
36} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentAfterEventList.h:12