Added more notes / todos

This commit is contained in:
2025-06-23 22:20:36 +01:00
parent 24d6addc24
commit 28f9c01f14

View File

@ -6,6 +6,9 @@
# 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.
# NOTE: That tag IS NOT a part of NoPE-Lib or PDO-Lib. It simply acts as an
# identifier for games to use.
# TODO: Add player config editor.
class BaseTurnHandler:
def __init__(self, playersManager):