From 73439fb402803b0a228fdacc899da6cf4fa80cf6 Mon Sep 17 00:00:00 2001 From: rezazfn Date: Fri, 14 Feb 2025 17:48:05 +0800 Subject: [PATCH] gamemanager comment --- Game/Assets/Scripts/GameManager.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Game/Assets/Scripts/GameManager.cs b/Game/Assets/Scripts/GameManager.cs index 3ba50d5..928700c 100644 --- a/Game/Assets/Scripts/GameManager.cs +++ b/Game/Assets/Scripts/GameManager.cs @@ -128,6 +128,9 @@ public class GameManager : MonoBehaviour QueueMessage("I think I did everything... I think I can leave for school now"); } } + + // mark : u can track whether they want to do their tasks, some people may be unmoticvated to + // do the tasks in game, then we can ask them irl why they didnt do the task // Tracks if bedroom is cleaned or not public void BedroomTaskComplete()