diff --git a/src/gameUtils/turns.py b/src/gameUtils/turns.py index a8ca38a..3efc85b 100644 --- a/src/gameUtils/turns.py +++ b/src/gameUtils/turns.py @@ -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):