add serverclients to lobby

This commit is contained in:
Sem van der Hoeven
2020-10-13 15:12:09 +02:00
parent 245130a648
commit 3d3dff2339
2 changed files with 10 additions and 4 deletions

View File

@@ -115,6 +115,7 @@ namespace Server.Models
break;
case 0x04:
// canvas data
// todo send canvas data to all other serverclients in lobby
break;
default:
Debug.WriteLine("[SERVER] Received weird identifier: " + id);