[FIX] fixed server client message structure
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Client
|
||||
_model = new Model();
|
||||
ButtonCommand = new RelayCommand(() =>
|
||||
{
|
||||
Client client = new Client();
|
||||
|
||||
}, true);
|
||||
|
||||
_lobbies = new List<Lobby>();
|
||||
|
||||
Reference in New Issue
Block a user