Add Sounds
This commit is contained in:
5
sounds/YoureGood.py
Normal file
5
sounds/YoureGood.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from Sound import Sound
|
||||
|
||||
class YoureGood(Sound):
|
||||
def __init__(self):
|
||||
self.name = '''Speech 1: "You're good! But I'm still the Champ!"'''
|
||||
Reference in New Issue
Block a user