mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-07 19:56:22 +00:00
29 lines
627 B
C#
29 lines
627 B
C#
namespace ServerManagerTool.Enums
|
|
{
|
|
public enum ServerProfileCategory
|
|
{
|
|
Unknown,
|
|
Administration,
|
|
AutomaticManagement,
|
|
Rules,
|
|
ChatAndNotifications,
|
|
HudAndVisuals,
|
|
Players,
|
|
Dinos,
|
|
Environment,
|
|
Structures,
|
|
Engrams,
|
|
ServerFiles,
|
|
CustomGameUserSettings,
|
|
CustomGameSettings,
|
|
CustomEngineSettings,
|
|
CustomLevels,
|
|
MapSpawnerOverrides,
|
|
CraftingOverrides,
|
|
SupplyCrateOverrides,
|
|
StackSizeOverrides,
|
|
PreventTransferOverrides,
|
|
PGM,
|
|
SOTF,
|
|
}
|
|
}
|