mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-04-02 14:08:36 -04:00
12 lines
216 B
C#
12 lines
216 B
C#
namespace Minecraft_Realms_Emulator.Shared.Enums
|
|
{
|
|
public enum SettingsEnum
|
|
{
|
|
NewsLink,
|
|
DefaultServerAddress,
|
|
TrialMode,
|
|
OnlineMode,
|
|
AutomaticRealmsCreation
|
|
}
|
|
}
|