9 lines
193 B
C#
9 lines
193 B
C#
namespace NitroxModel.MultiplayerSession
|
|
{
|
|
public enum MultiplayerSessionAuthenticationAuthority
|
|
{
|
|
SERVER,
|
|
OTHER //That which shall not be mentioned - yet...
|
|
}
|
|
}
|