Added TODO for me to deal with later

This commit is contained in:
2025-06-23 20:10:55 +01:00
parent 1686e53b28
commit 44696a0ac3

View File

@ -1,3 +1,8 @@
# TODO: Add a variable for the game developers to see if pain is "avaialbe",
# I.E. has the shocker been passed to the next player.
# Also add a pop-up, probably using pygame-gui, to tell the player
# to pass the shocker to the next person.
class BaseTurnHandler:
def __init__(self, playersManager):
"""