SongSelect: Add sub-titles

This commit is contained in:
LoveEevee
2018-11-10 22:12:29 +03:00
parent 074ee68ce0
commit b6552ea25f
5 changed files with 104 additions and 23 deletions

View File

@@ -206,4 +206,7 @@ class Sound{
}
}
}
clean(){
delete this.buffer
}
}