LeviLamina
Loading...
Searching...
No Matches
BeforeWatchdogTerminateEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/WeakLifetimeScope.h"
7#include "mc/world/events/WatchdogTerminateReason.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 16, ::Scripting::WeakLifetimeScope> mScope;
14 ::ll::TypedStorage<4, 4, ::WatchdogTerminateReason> mWatchdogTerminateReason;
15 // NOLINTEND
16};
Definition BeforeWatchdogTerminateEvent.h:9