mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 13:27:26 +08:00
[+] Add chusan team name option
This commit is contained in:
@@ -31,6 +31,9 @@ class AquaGameOptions(
|
||||
|
||||
@SettingField("wacca")
|
||||
var waccaAlwaysVip: Boolean = false,
|
||||
|
||||
@SettingField("general")
|
||||
var chuniTeamName: String = "",
|
||||
)
|
||||
|
||||
interface AquaGameOptionsRepo : JpaRepository<AquaGameOptions, Long>
|
||||
|
||||
Reference in New Issue
Block a user