LeviLamina
Loading...
Searching...
No Matches
HeartbeatClientComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/LevelSoundEvent.h"
7#include "mc/world/level/Tick.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mHeartbeatSoundEvent;
14 ::ll::TypedStorage<4, 4, uint> mHeartRateIntervalTicks;
15 ::ll::TypedStorage<4, 4, float> mHeartbeatPhaseRatio;
16 ::ll::TypedStorage<1, 1, bool> mStaleData;
17 ::ll::TypedStorage<8, 16, ::std::optional<::Tick>> mLastHeartbeatTick;
18 // NOLINTEND
19};
Definition HeartbeatClientComponent.h:9