Implement LobbyServer
This commit is contained in:
11
LobbyServer/Command.cs
Normal file
11
LobbyServer/Command.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace LobbyServer
|
||||
{
|
||||
enum Command
|
||||
{
|
||||
ChatAdd,
|
||||
ChatRequest,
|
||||
ScoreAdd,
|
||||
ScoreRequest,
|
||||
Invalid
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user