This commit is contained in:
huyulong 2025-01-02 14:15:17 +08:00
parent c4477995b1
commit 1068fa3033

View File

@ -27,7 +27,7 @@ public class TestButton : MonoBehaviour
public void ChooseRoad() public void ChooseRoad()
{ {
test.NpcMove(); //test.NpcMove();
chooseroadBtn.gameObject.SetActive(false); chooseroadBtn.gameObject.SetActive(false);
} }