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)