musicbox wip

This commit is contained in:
minjaesong
2024-04-15 20:57:27 +09:00
parent 96954983f0
commit c19184a55f
9 changed files with 220 additions and 34 deletions

View File

@@ -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