mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-08 12:11:05 +00:00
9 lines
165 B
C#
9 lines
165 B
C#
namespace ServerManagerTool.Enums
|
|
{
|
|
public enum ServerProfileCategory
|
|
{
|
|
Administration,
|
|
AutomaticManagement,
|
|
ServerFiles,
|
|
}
|
|
}
|