From c0ebfa42b7657d1e77b83bbeca90ffe5d77eb0c6 Mon Sep 17 00:00:00 2001 From: Brosef Date: Mon, 23 Jun 2025 20:37:52 +0100 Subject: [PATCH] Added more TODOs for me (: --- src/gameUtils/base.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/gameUtils/base.py b/src/gameUtils/base.py index a8b8b8b..b62bbc2 100644 --- a/src/gameUtils/base.py +++ b/src/gameUtils/base.py @@ -74,4 +74,8 @@ class Game: ID on the stack, False otherwise. """ - return any([timeout.timeoutID == id for timeout in self._timeouts]) \ No newline at end of file + return any([timeout.timeoutID == id for timeout in self._timeouts]) + + # TODO: Add popup method + + # TODO: add punish(player, intensity)