mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-04-04 06:58:37 -04:00
13 lines
234 B
C#
13 lines
234 B
C#
namespace Minecraft_Realms_Emulator.Shared.Enums
|
|
{
|
|
public enum SettingsEnum
|
|
{
|
|
NewsLink,
|
|
DefaultServerAddress,
|
|
TrialMode,
|
|
WorkMode,
|
|
OnlineMode,
|
|
AutomaticRealmsCreation
|
|
}
|
|
}
|