mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 23:17:28 +08:00
[+] Infinite penguins option
This commit is contained in:
@@ -34,6 +34,9 @@ class AquaGameOptions(
|
|||||||
|
|
||||||
@SettingField("general")
|
@SettingField("general")
|
||||||
var chusanTeamName: String = "",
|
var chusanTeamName: String = "",
|
||||||
|
|
||||||
|
@SettingField("general")
|
||||||
|
var chusanInfinitePenguins: Boolean = false,
|
||||||
)
|
)
|
||||||
|
|
||||||
interface AquaGameOptionsRepo : JpaRepository<AquaGameOptions, Long>
|
interface AquaGameOptionsRepo : JpaRepository<AquaGameOptions, Long>
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE aqua_game_options ADD chusan_infinite_penguins BIT(1) NOT NULL DEFAULT 0;
|
||||||
Reference in New Issue
Block a user