mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-04-07 00:20:17 +00:00
feat: ETERNAL rating class support
This commit is contained in:
parent
2bd64bbd5e
commit
8dc433b12a
@ -5,6 +5,7 @@ RATING_CLASS_TEXT_MAP = {
|
||||
1: "Present",
|
||||
2: "Future",
|
||||
3: "Beyond",
|
||||
4: "Eternal",
|
||||
}
|
||||
|
||||
RATING_CLASS_SHORT_TEXT_MAP = {
|
||||
@ -12,6 +13,7 @@ RATING_CLASS_SHORT_TEXT_MAP = {
|
||||
1: "PRS",
|
||||
2: "FTR",
|
||||
3: "BYD",
|
||||
4: "ETR",
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user