LeviLamina
Loading...
Searching...
No Matches
UnloadedChunkTimerComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
UnloadedChunkTimerComponent
{
6
public
:
7
// UnloadedChunkTimerComponent inner types define
8
using
Duration_t = ::std::chrono::seconds;
9
10
public
:
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
};
UnloadedChunkTimerComponent
Definition
UnloadedChunkTimerComponent.h:5
src
mc
entity
components
UnloadedChunkTimerComponent.h
Generated on Sat Apr 26 2025 05:55:35 for LeviLamina by
1.12.0