品质统一在boxset设定

This commit is contained in:
2025-08-18 21:03:47 +08:00
parent 3884b35829
commit 9e1459973c
18 changed files with 368 additions and 377 deletions

View File

@@ -62,3 +62,9 @@ export enum HeroConSet{
INFO=0,
SELECT=1,
}
export enum QualitySet{
GREEN=0,
BLUE=1,
PURPLE=2,
ORANGE=3,
}