[ADDED] the inlog screen and a data singleton for the client
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Client
|
||||
ButtonCommand = new RelayCommand(() =>
|
||||
{
|
||||
Client client = new Client();
|
||||
});
|
||||
}, true);
|
||||
|
||||
_lobbies = new List<Lobby>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user