mirror of
https://github.com/netchx/netch.git
synced 2026-05-07 22:44:03 +08:00
refactor: Add in keyword as need
This commit is contained in:
@@ -13,10 +13,10 @@ namespace Netch.Controllers
|
||||
/// <summary>
|
||||
/// 启动
|
||||
/// </summary>
|
||||
/// <param name="server">服务器</param>
|
||||
/// <param name="s">服务器</param>
|
||||
/// <param name="mode">模式</param>
|
||||
/// <returns>是否启动成功</returns>
|
||||
public abstract bool Start(Server server, Mode mode);
|
||||
public abstract bool Start(in Server s, in Mode mode);
|
||||
}
|
||||
|
||||
public static class ServerControllerExtension
|
||||
|
||||
Reference in New Issue
Block a user