5 lines
149 B
Python
5 lines
149 B
Python
from Sound import Sound
|
|
|
|
class GameTimeBonus(Sound):
|
|
def __init__(self):
|
|
self.name = '''Speech 13: "Be ready for the Game Time Bonus."''' |