mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
30 lines
647 B
C#
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,
|
|
}
|
|
}
|