From 28f9c01f14f8908109c47556f2c6985be7395476 Mon Sep 17 00:00:00 2001 From: Brosef Date: Mon, 23 Jun 2025 22:20:36 +0100 Subject: [PATCH] Added more notes / todos --- src/gameUtils/turns.py | 3 +++ 1 file changed, 3 insertions(+) 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):