1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 03:42:57 +08:00

Add ScoreV2 to LegacyMods

This commit is contained in:
Bartłomiej Dach 2023-07-09 16:06:05 +02:00
parent ae05df3b8c
commit 10ba04512d
No known key found for this signature in database

View File

@ -38,6 +38,7 @@ namespace osu.Game.Beatmaps.Legacy
Key1 = 1 << 26,
Key3 = 1 << 27,
Key2 = 1 << 28,
ScoreV2 = 1 << 29,
Mirror = 1 << 30,
}
}