LeviLamina
Loading...
Searching...
No Matches
PendingPackActivation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/ContentType.h"
7#include "mc/client/world/WorldID.h"
8
9namespace World {
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 32, ::World::WorldID> worldID;
16 ::ll::TypedStorage<8, 8, ::ContentType> contentType;
17 ::ll::TypedStorage<8, 32, ::std::string> packId;
18 ::ll::TypedStorage<1, 1, bool> isEduMode;
19 ::ll::TypedStorage<1, 1, bool> force;
20 // NOLINTEND
21};
22
23} // namespace World
Definition PendingPackActivation.h:7