mirror of
https://github.com/netchx/netch.git
synced 2026-04-27 21:49:36 +08:00
refactor: Add in keyword as need
This commit is contained in:
@@ -9,6 +9,6 @@ namespace Netch.Controllers
|
||||
/// </summary>
|
||||
/// <param name="mode">模式</param>
|
||||
/// <returns>是否成功</returns>
|
||||
public abstract bool Start(Mode mode);
|
||||
public abstract bool Start(in Mode mode);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user