Mercurial > touhou
view pytouhou/game/music.py @ 731:ca46b4312df1
ecl_vm: spellcard 9
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Sat, 02 Nov 2019 19:37:06 +0100 |
parents | d1f0bb0b7a17 |
children |
line wrap: on
line source
class MusicPlayer: def play(self, name): pass def set_volume(self, name, volume): pass