forked from Cookies_Github_mirror/AquaDX
[+] 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