commit 11072025

This commit is contained in:
rdkartono
2025-07-11 09:34:12 +07:00
parent 2ee42da017
commit 474b03444e
9 changed files with 103 additions and 2 deletions

11
src/database/Soundbank.kt Normal file
View File

@@ -0,0 +1,11 @@
package database
data class Soundbank(
val index: UInt,
val Description: String,
val TAG : String,
val Category: String,
val Language: String,
val VoiceType: String,
val Path: String,
)