LeviLamina
Loading...
Searching...
No Matches
LodestoneCompassComponentCalculator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
21
22public:
23 // static variables
24 // NOLINTBEGIN
25 MCAPI static float& COOLDOWN_TIME_SECONDS();
26 // NOLINTEND
27};
Definition LodestoneCompassComponentCalculator.h:5
Definition Alias.h:14