Removed irrelevent comment
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user