ServerManagers/src/ARKServerManager/Enums/ServerProfileCategory.cs
Brett Hewitson a6f2b6f912 Add a reset to default button to discord bot section.
Added Discord Bot section to the profile sync list.
2021-12-18 12:17:58 +10:00

30 lines
647 B
C#

namespace ServerManagerTool.Enums
{
public enum ServerProfileCategory
{
Unknown,
Administration,
AutomaticManagement,
DiscordBot,
Rules,
ChatAndNotifications,
HudAndVisuals,
Players,
Dinos,
Environment,
Structures,
Engrams,
ServerFiles,
CustomGameUserSettings,
CustomGameSettings,
CustomEngineSettings,
CustomLevels,
MapSpawnerOverrides,
CraftingOverrides,
SupplyCrateOverrides,
StackSizeOverrides,
PreventTransferOverrides,
PGM,
SOTF,
}
}