Added note

This commit is contained in:
2025-06-23 21:18:59 +01:00
parent c0ebfa42b7
commit 24d6addc24

View File

@ -2,6 +2,10 @@
# 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.
# NOTE: Each expansion is assigned multiple players, if an expansion has a tag
# such as "ONE_PERSON_ONLY", it means that when the game developer wants
# to go to the next player, it must self.notify() the players to pass the
# physical object around.
class BaseTurnHandler:
def __init__(self, playersManager):