refactor: Add in keyword as need

This commit is contained in:
ChsBuffer
2020-10-17 17:18:40 +08:00
parent b54bc6fa40
commit f8299fb7be
23 changed files with 25 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ namespace Netch.Servers.VMess
public string LocalAddress { get; set; }
public bool Start(Server s, Mode mode)
public bool Start(in Server s,in Mode mode)
{
Server = s;
File.WriteAllText("data\\last.json", V2rayConfigUtils.GenerateClientConfig(s, mode));