LeviLamina
Loading...
Searching...
No Matches
ScriptItemCustomComponentIntermediateStorage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentPubSubAdapterStorage.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ScriptModuleMinecraft { class ScriptItemCustomComponentInterface; }
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
17 ::ScriptModuleMinecraft::ScriptItemCustomComponentInterface> {
18public:
19 // member functions
20 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27 MCFOLD void $dtor();
28 // NOLINTEND
29};
30
31} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentPubSubAdapterStorage.h:8
Definition ScriptItemCustomComponentIntermediateStorage.h:17