3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/models/ContentType.h"
7#include "mc/client/world/WorldID.h"
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;
25 MCAPI ~PendingPackActivation();
Definition PendingPackActivation.h:7