LeviLamina
Loading...
Searching...
No Matches
ScriptAfterEventList.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace ScriptModuleMinecraft {
6
8public:
9 // member variables
10 // NOLINTBEGIN
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCNAPI ::ScriptModuleMinecraft::ScriptAfterEventList& operator=(::ScriptModuleMinecraft::ScriptAfterEventList&&);
24
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCNAPI void $dtor();
32 // NOLINTEND
33};
34
35} // namespace ScriptModuleMinecraft
Definition ScriptAfterEventList.h:7
MCAPI::ScriptModuleMinecraft::ScriptAfterEventList & operator=(::ScriptModuleMinecraft::ScriptAfterEventList &&)
Definition Alias.h:14