ServerManagers/src/ConanServerManager/Enums/ServerSettingsResetAction.cs

15 lines
305 B
C#

namespace ServerManagerTool.Enums
{
public enum ServerSettingsResetAction
{
// Sections
AdministrationSection,
DiscordBotSection,
ServerDetailsSection,
// Properties
RconWindowExtents,
PlayerMaxXpProperty,
ServerOptions,
}
}