DSZI_Survival/src/game/SoundManager.py

4 lines
68 B
Python
Raw Normal View History

2020-03-31 21:47:09 +02:00
class SoundManager:
def __init__(self):
self.files = []