Added namespace

This commit is contained in:
Pascal Serrarens 2024-12-05 10:41:12 +01:00
parent 8e6f1b6518
commit 97ad80e805

View File

@ -3,7 +3,7 @@ using System.IO;
using System.Net;
using System.Net.Sockets;
using System.Threading.Tasks;
namespace Passer.Control {
public class Client {
//public ConnectionMethod connection;
public UdpClient udpClient;
@ -117,3 +117,4 @@ class NetworkIdMsg : IMessage {
}
#endregion Network Id
}