mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-18 16:41:36 -07:00
10 lines
122 B
C#
10 lines
122 B
C#
namespace Bloxstrap.Enums
|
|
{
|
|
public enum ServerType
|
|
{
|
|
Public,
|
|
Private,
|
|
Reserved
|
|
}
|
|
}
|