Added namespace
This commit is contained in:
parent
8e6f1b6518
commit
97ad80e805
@ -3,7 +3,7 @@ using System.IO;
|
|||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Net.Sockets;
|
using System.Net.Sockets;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
namespace Passer.Control {
|
||||||
public class Client {
|
public class Client {
|
||||||
//public ConnectionMethod connection;
|
//public ConnectionMethod connection;
|
||||||
public UdpClient udpClient;
|
public UdpClient udpClient;
|
||||||
@ -117,3 +117,4 @@ class NetworkIdMsg : IMessage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endregion Network Id
|
#endregion Network Id
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user