gserver-remake/GServer.Common/Game/Enums/ServerTier.cs
2024-05-19 22:13:48 +01:00

7 lines
103 B
C#

namespace GServer.Common;
public enum ServerTier : byte
{
Default = 0,
Listed = 1
}