gamemanager comment

This commit is contained in:
rezazfn 2025-02-14 17:48:05 +08:00
parent 448e711289
commit 73439fb402

View file

@ -129,6 +129,9 @@ public class GameManager : MonoBehaviour
} }
} }
// 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 // Tracks if bedroom is cleaned or not
public void BedroomTaskComplete() public void BedroomTaskComplete()
{ {