init commit over here
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Net;
|
||||
|
||||
namespace MistoxServer.Server {
|
||||
|
||||
public class Connection {
|
||||
public mTCPServer slowClient { get; set; }
|
||||
public IPEndPoint fastClient { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user