commit 28/07/2025
This commit is contained in:
16
src/content/Language.kt
Normal file
16
src/content/Language.kt
Normal file
@@ -0,0 +1,16 @@
|
||||
package content
|
||||
|
||||
/**
|
||||
* Enum class representing different languages.
|
||||
*
|
||||
* @property name The name of the language, as in Soundbank Database
|
||||
*/
|
||||
@Suppress("unused")
|
||||
enum class Language(name: String) {
|
||||
Indonesia("INDONESIA"),
|
||||
English("ENGLISH"),
|
||||
Local("LOCAL"),
|
||||
Japanese("JAPANESE"),
|
||||
Chinese("CHINESE"),
|
||||
Arabic("ARABIC"),;
|
||||
}
|
||||
Reference in New Issue
Block a user