Skip to content

Commit

Permalink
dont require abandon_Game callback
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 18, 2024
1 parent 426f851 commit a9ca57e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ovos_workshop/skills/game_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def on_game_command(self, utterance: str, lang: str):
don't forget to self.speak the game output too!
"""

@abc.abstractmethod
def on_abandon_game(self):
"""user abandoned game mid interaction
Expand Down

0 comments on commit a9ca57e

Please sign in to comment.