forked from Cookies_Github_mirror/AquaDX
[+] Infinite penguins option
This commit is contained in:
@@ -34,6 +34,9 @@ class AquaGameOptions(
|
||||
|
||||
@SettingField("general")
|
||||
var chusanTeamName: String = "",
|
||||
|
||||
@SettingField("general")
|
||||
var chusanInfinitePenguins: Boolean = false,
|
||||
)
|
||||
|
||||
interface AquaGameOptionsRepo : JpaRepository<AquaGameOptions, Long>
|
||||
|
||||
Reference in New Issue
Block a user