mirror of
https://github.com/netchx/netch.git
synced 2026-04-23 21:29:49 +08:00
Refactor Guard.cs
This commit is contained in:
@@ -4,11 +4,6 @@ namespace Netch.Interfaces
|
||||
{
|
||||
public interface IModeController : IController
|
||||
{
|
||||
/// <summary>
|
||||
/// 启动
|
||||
/// </summary>
|
||||
/// <param name="mode">模式</param>
|
||||
/// <returns>是否成功</returns>
|
||||
public abstract void Start(in Mode mode);
|
||||
public void Start(in Mode mode);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user