This commit is contained in:
Alberto Xamin 2024-06-08 17:51:38 +01:00
parent 0691780472
commit 64feee23ae
No known key found for this signature in database
GPG Key ID: 5ABFCD8A22EA6F5D

View File

@ -2585,7 +2585,7 @@ class Player:
self,
choose_text: str,
available_cards: List,
did_choose_callback: Callable(Player, int) = None,
did_choose_callback: Callable[['Player', int], None] = None,
):
self.pending_action = PendingAction.CHOOSE
self.choose_text = choose_text