From be6caf20c319f55fe6fa5d918859af39991a899f Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 1 Jan 2021 09:44:26 +0800 Subject: =?UTF-8?q?*=E7=BD=91=E7=BB=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Client/Assembly-CSharp/HostGameButton.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Client/Assembly-CSharp/HostGameButton.cs') diff --git a/Client/Assembly-CSharp/HostGameButton.cs b/Client/Assembly-CSharp/HostGameButton.cs index 486dc8e..b809318 100644 --- a/Client/Assembly-CSharp/HostGameButton.cs +++ b/Client/Assembly-CSharp/HostGameButton.cs @@ -83,6 +83,7 @@ public class HostGameButton : MonoBehaviour, IConnectButton switch (this.GameMode) { case GameModes.LocalGame: + // 作为服务器监听接口22023 DestroyableSingleton.Instance.StartAsServer(); AmongUsClient.Instance.SetEndpoint("127.0.0.1", 22023); AmongUsClient.Instance.MainMenuScene = "MatchMaking"; -- cgit v1.1-26-g67d0