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:
parent
ae05df3b8c
commit
10ba04512d
@ -38,6 +38,7 @@ namespace osu.Game.Beatmaps.Legacy
|
||||
Key1 = 1 << 26,
|
||||
Key3 = 1 << 27,
|
||||
Key2 = 1 << 28,
|
||||
ScoreV2 = 1 << 29,
|
||||
Mirror = 1 << 30,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user