LeviLamina
Loading...
Searching...
No Matches
WorldClockRestartEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8// auto generated forward declare list
9// clang-format off
10class WorldClock;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::WorldClock> const> mClock;
18 ::ll::TypedStorage<4, 4, int> mNewTime;
19 // NOLINTEND
20};
Definition WorldClock.h:23
Definition WorldClockRestartEvent.h:13