Mercurial > touhou
view pytouhou/game/music.py @ 647:1520b559cacc
Double checked prng.
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Sun, 04 Aug 2019 00:07:46 +0200 |
parents | d1f0bb0b7a17 |
children |
line wrap: on
line source
class MusicPlayer: def play(self, name): pass def set_volume(self, name, volume): pass