[ADD] added message received ok

This commit is contained in:
Sem van der Hoeven
2020-10-22 16:34:31 +02:00
parent f1878eaf25
commit bb289865b7
3 changed files with 9 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ namespace SharedClientServer
public const byte LOBBY = 0x03;
public const byte CANVAS = 0x04;
public const byte RANDOMWORD = 0x05;
public const byte MESSAGE_RECEIVED = 0x06;
public enum LobbyIdentifier
{