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