Add Sounds
This commit is contained in:
5
sounds/ChallengeChamp.py
Normal file
5
sounds/ChallengeChamp.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from Sound import Sound
|
||||
|
||||
class ChallengeChamp(Sound):
|
||||
def __init__(self):
|
||||
self.name = '''Speech 5: "Challenge the champ!"'''
|
||||
Reference in New Issue
Block a user