LeviLamina
Loading...
Searching...
No Matches
TickDeathSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<1, 1, bool> mEnabled;
10 // NOLINTEND
11
12public:
13 // static variables
14 // NOLINTBEGIN
15 MCAPI static ::TickDeathSettings const& DEFAULT();
16 // NOLINTEND
17};
Definition TickDeathSettings.h:5