Added more notes / todos
This commit is contained in:
@ -6,6 +6,9 @@
|
|||||||
# such as "ONE_PERSON_ONLY", it means that when the game developer wants
|
# 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
|
# to go to the next player, it must self.notify() the players to pass the
|
||||||
# physical object around.
|
# 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:
|
class BaseTurnHandler:
|
||||||
def __init__(self, playersManager):
|
def __init__(self, playersManager):
|
||||||
|
|||||||
Reference in New Issue
Block a user