LeviLamina
Loading...
Searching...
No Matches
EducationWorldType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class EducationWorldType : uchar {
6 Default = 0,
7 HasQuizDeprecated = 1,
8 SinglePlayerLesson = 2,
9 MultiplayerLesson = 4,
10 AnyLesson = 6,
11};