mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 13:27:26 +08:00
[+] 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