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