This commit is contained in:
kramo
2023-06-15 15:22:08 +02:00
parent 3bc0df3881
commit e6afed6678
4 changed files with 11 additions and 10 deletions

View File

@@ -110,5 +110,6 @@ class Manager:
self, game: Game, additional_data: dict, callback: Callable[["Manager"], Any]
) -> None:
"""Pass the game through the manager"""
# TODO: connect to signals here
self.execute_resilient_manager_logic(game, additional_data)
callback(self)