mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-20 23:44:04 +09:00
item throwing sounds and better linter
This commit is contained in:
@@ -19,7 +19,7 @@ abstract class AudioBank : Disposable {
|
||||
|
||||
abstract val name: String
|
||||
|
||||
abstract val samplingRate: Int
|
||||
abstract val samplingRate: Float
|
||||
abstract val channels: Int
|
||||
abstract val totalSizeInSamples: Long
|
||||
abstract fun currentPositionInSamples(): Long
|
||||
|
||||
Reference in New Issue
Block a user