mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 13:34:06 +09:00
musicbox wip
This commit is contained in:
@@ -7,6 +7,8 @@ import com.badlogic.gdx.utils.Disposable
|
||||
*/
|
||||
abstract class AudioBank : Disposable {
|
||||
|
||||
open val notCopyable: Boolean = false
|
||||
|
||||
protected val hash = System.nanoTime()
|
||||
|
||||
abstract fun makeCopy(): AudioBank
|
||||
|
||||
Reference in New Issue
Block a user