From dd0aad5a423f60afd77d3c39a4fc75bec0ab55b8 Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Tue, 18 Mar 2025 21:00:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Framework/OtherKit/MonoCenter.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Assets/Scripts/Framework/OtherKit/MonoCenter.cs b/Assets/Scripts/Framework/OtherKit/MonoCenter.cs index fca27a8f5..0772da495 100644 --- a/Assets/Scripts/Framework/OtherKit/MonoCenter.cs +++ b/Assets/Scripts/Framework/OtherKit/MonoCenter.cs @@ -47,11 +47,7 @@ namespace AibisDream.Framework { public void OnUpdate() { - if (Input.GetKeyDown(KeyCode.K)) - { - MonoCenter.Mono.StartCoroutine(FixSystemYarnCommand.SwitchFixSystemTo("Engine")); - MonoCenter.Mono.StartCoroutine(EngineYarnCommand.OpenEngineCover()); - } + } }