refactor: move IModeController.TestNatRequired to Mode

This commit is contained in:
ChsBuffer
2020-10-13 09:48:21 +08:00
parent 79b6e5da43
commit ceb57dcc1a
6 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,5 @@ namespace Netch.Controllers
/// <param name="mode">模式</param>
/// <returns>是否成功</returns>
public abstract bool Start(Server s, Mode mode);
public abstract bool TestNatRequired { get; }
}
}