LeviLamina
Loading...
Searching...
No Matches
LaunchOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace EduCloud {
6
7enum class LaunchOptions : int {
8 None = 0,
9 LaunchSettings = 1,
10 LaunchWorldNoHosting = 2,
11 LaunchWorldHosting = 3,
12};
13
14}