diff --git a/Client/Views/GameWindow.xaml b/Client/Views/GameWindow.xaml index e896679..592e646 100644 --- a/Client/Views/GameWindow.xaml +++ b/Client/Views/GameWindow.xaml @@ -48,7 +48,7 @@ - + diff --git a/Server/Models/ServerCommunication.cs b/Server/Models/ServerCommunication.cs index ce6c70d..d24ded7 100644 --- a/Server/Models/ServerCommunication.cs +++ b/Server/Models/ServerCommunication.cs @@ -1,5 +1,4 @@ - -using Client; +using Client; using SharedClientServer; using System; using System.Collections.Generic;