wip
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Ragon.Server;
|
||||
|
||||
public interface INetworkServer
|
||||
{
|
||||
public void Stop();
|
||||
public void Poll();
|
||||
public void Start(INetworkListener listener, NetworkConfiguration configuration);
|
||||
}
|
||||
Reference in New Issue
Block a user