[FIX] fixed server client message structure

This commit is contained in:
Sem van der Hoeven
2020-10-20 17:43:28 +02:00
parent 1a539efdd1
commit 33574a7b23
8 changed files with 42 additions and 18 deletions

View File

@@ -18,7 +18,7 @@ namespace Client
_model = new Model();
ButtonCommand = new RelayCommand(() =>
{
Client client = new Client();
}, true);
_lobbies = new List<Lobby>();