mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
Reafctor IController
This commit is contained in:
@@ -4,6 +4,6 @@ namespace Netch.Interfaces
|
||||
{
|
||||
public interface IModeController : IController
|
||||
{
|
||||
public void Start(in Mode mode);
|
||||
public void Start(Server server, Mode mode);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user