mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
15 lines
305 B
C#
15 lines
305 B
C#
namespace ServerManagerTool.Enums
|
|
{
|
|
public enum ServerSettingsResetAction
|
|
{
|
|
// Sections
|
|
AdministrationSection,
|
|
DiscordBotSection,
|
|
ServerDetailsSection,
|
|
|
|
// Properties
|
|
RconWindowExtents,
|
|
PlayerMaxXpProperty,
|
|
ServerOptions,
|
|
}
|
|
}
|