Implemented ITask

This commit is contained in:
2026-05-17 10:06:36 +02:00
parent e55aa6b258
commit 2ae5d28cc9
2 changed files with 32 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ public class Key : MonoBehaviour
Debug.Log("You win");
if (winText != null) winText.SetActive(true);
manager.Complete();
}
}