D] added lobby add methods
This commit is contained in:
Sem van der Hoeven
2020-10-20 19:55:36 +02:00
parent 3255ae885b
commit ba1b71d870
2 changed files with 47 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ using System.Collections.Generic;
using System.Diagnostics;
using System.Net.Sockets;
using System.Text;
using static SharedClientServer.JSONConvert;
namespace Server.Models
{
@@ -121,6 +122,7 @@ namespace Server.Models
case JSONConvert.LOBBY:
// lobby data
LobbyIdentifier l = JSONConvert.GetLobbyIdentifier(payload);
break;
case JSONConvert.CANVAS:
// canvas data