Files
flippr-game/sounds/ChallengeChamp.py
Jonas Zeunert 401b3a332b Add Sounds
2022-08-30 21:51:19 +02:00

5 lines
136 B
Python

from Sound import Sound
class ChallengeChamp(Sound):
def __init__(self):
self.name = '''Speech 5: "Challenge the champ!"'''