From e766ac354a6335750a66fdbc56e087c3d66c0132 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Sat, 15 Feb 2025 00:34:09 +0800 Subject: [PATCH] game(scripts): add "(backend)" to mark comments --- Game/Assets/Scripts/GameManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game/Assets/Scripts/GameManager.cs b/Game/Assets/Scripts/GameManager.cs index e23115c..d49284f 100644 --- a/Game/Assets/Scripts/GameManager.cs +++ b/Game/Assets/Scripts/GameManager.cs @@ -146,7 +146,7 @@ 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 unmotivated to + // for mark (backend): u can track whether they want to do their tasks, some people may be unmotivated to // do the tasks in game, then we can ask them irl why they didn't do the task // Tracks if the bedroom is cleaned or not