mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-04-05 23:48:37 -04:00
11 lines
174 B
C#
11 lines
174 B
C#
namespace Minecraft_Realms_Emulator.Enums
|
|
{
|
|
public enum SettingsEnum
|
|
{
|
|
NewsLink,
|
|
DefaultServerAddress,
|
|
TrialMode,
|
|
WorkMode
|
|
}
|
|
}
|