Removed irrelevent comment

This commit is contained in:
2025-06-16 13:45:49 -04:00
parent 8fdb241c96
commit a22001f3ed

View File

@ -34,14 +34,6 @@ class PlayersManager:
loggerID (str, optional): The ID used for logging. Defaults to 'Players'.
"""
"""
Need to allow:
getting a list of players
getting the number of players
modify the list of players
modify the current game
"""
# Store the arguments
self._log = _log.getChild(loggerID)
self._currentGameID = gameID