mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 10:57:26 +08:00
[+] Add country override field
This commit is contained in:
@@ -49,6 +49,9 @@ class AquaGameOptions(
|
||||
|
||||
@SettingField("ongeki")
|
||||
var ongekiInfiniteKaika: Boolean = false,
|
||||
|
||||
@SettingField("profile")
|
||||
var countryOverride: String = "",
|
||||
)
|
||||
|
||||
interface AquaGameOptionsRepo : JpaRepository<AquaGameOptions, Long>
|
||||
|
||||
Reference in New Issue
Block a user