Added more TODOs for me (:

This commit is contained in:
2025-06-23 20:37:52 +01:00
parent 44696a0ac3
commit c0ebfa42b7

View File

@ -74,4 +74,8 @@ class Game:
ID on the stack, False otherwise. ID on the stack, False otherwise.
""" """
return any([timeout.timeoutID == id for timeout in self._timeouts]) return any([timeout.timeoutID == id for timeout in self._timeouts])
# TODO: Add popup method
# TODO: add punish(player, intensity)