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