Begin script abstraction
This commit is contained in:
14
ReallifeGamemode.Server.Types/DisconnectReason.cs
Normal file
14
ReallifeGamemode.Server.Types/DisconnectReason.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ReallifeGamemode.Server.Types
|
||||
{
|
||||
public enum DisconnectReason
|
||||
{
|
||||
Unknown,
|
||||
Quit,
|
||||
Timeout,
|
||||
Kick
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user