mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 14:07:27 +08:00
[+] ExtBool2
This commit is contained in:
@@ -507,6 +507,8 @@ class Mai2UserPlaylog : Mai2UserEntity(), IGenericGamePlaylog {
|
|||||||
|
|
||||||
@JsonProperty("extBool1")
|
@JsonProperty("extBool1")
|
||||||
var extBool1 = false
|
var extBool1 = false
|
||||||
|
@JsonProperty("extBool2")
|
||||||
|
var extBool2 = false
|
||||||
|
|
||||||
override val isFullCombo: Boolean
|
override val isFullCombo: Boolean
|
||||||
get() = maxCombo == totalCombo
|
get() = maxCombo == totalCombo
|
||||||
|
|||||||
2
src/main/resources/db/V1000_33__maimai2_prism.sql
Normal file
2
src/main/resources/db/V1000_33__maimai2_prism.sql
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE maimai2_user_playlog ADD COLUMN ext_bool2 BIT(1) DEFAULT 0;
|
||||||
|
|
||||||
Reference in New Issue
Block a user