LeviLamina
Loading...
Searching...
No Matches
WorldInfoType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class WorldInfoType : uint {
6 None = 0,
7 Local = 1,
8 Remote = 2,
9 External = 3,
10 XboxLive = 4,
11 Realms = 5,
12 Template = 6,
13};