diff --git a/Server/Communication.cs b/Server/Communication.cs index 47bdb68..6ac5f85 100644 --- a/Server/Communication.cs +++ b/Server/Communication.cs @@ -1,10 +1,10 @@ -using ClientApp.Utils; -using System; +using System; using System.Collections.Generic; using System.IO.Pipes; using System.Linq; using System.Net.Sockets; using System.Text; +using Client; namespace Server {