diff --git a/NoPELib/player_settings.py b/NoPELib/player_settings.py index 7b422bc..bd128e0 100644 --- a/NoPELib/player_settings.py +++ b/NoPELib/player_settings.py @@ -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