LeviLamina
Loading...
Searching...
No Matches
UnloadedChunkTimerComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // UnloadedChunkTimerComponent inner types define
8 using Duration_t = ::std::chrono::seconds;
9
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mStartTime;
14 ::ll::TypedStorage<8, 8, ::std::chrono::seconds> mDuration;
15 // NOLINTEND
16};
Definition UnloadedChunkTimerComponent.h:5