From 1068fa30333a245954f62da5f874d636499c04eb Mon Sep 17 00:00:00 2001 From: huyulong <1838407198@qq.com> Date: Thu, 2 Jan 2025 14:15:17 +0800 Subject: [PATCH] 1 --- xiaofang/Assets/Script/hylScripts/TestButton.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xiaofang/Assets/Script/hylScripts/TestButton.cs b/xiaofang/Assets/Script/hylScripts/TestButton.cs index 403a406d..80522cb8 100644 --- a/xiaofang/Assets/Script/hylScripts/TestButton.cs +++ b/xiaofang/Assets/Script/hylScripts/TestButton.cs @@ -27,7 +27,7 @@ public class TestButton : MonoBehaviour public void ChooseRoad() { - test.NpcMove(); + //test.NpcMove(); chooseroadBtn.gameObject.SetActive(false); }