mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-06 18:07:26 +08:00
[+] Wacca cheat options
This commit is contained in:
@@ -25,6 +25,12 @@ class AquaGameOptions(
|
||||
|
||||
@SettingField
|
||||
var unlockTickets: Boolean = false,
|
||||
|
||||
@SettingField
|
||||
var waccaInfiniteWp: Boolean = false,
|
||||
|
||||
@SettingField
|
||||
var waccaAlwaysVip: Boolean = false,
|
||||
)
|
||||
|
||||
interface AquaGameOptionsRepo : JpaRepository<AquaGameOptions, Long>
|
||||
Reference in New Issue
Block a user