Extract the rest of legacy enums

This commit is contained in:
smoogipoo
2019-12-10 20:23:15 +09:00
parent 3c18872a16
commit c378e525da
8 changed files with 61 additions and 48 deletions

View File

@ -148,46 +148,9 @@ namespace osu.Game.Beatmaps.Formats
Fonts
}
internal enum LegacySampleBank
{
None = 0,
Normal = 1,
Soft = 2,
Drum = 3
}
internal enum EventType
{
Background = 0,
Video = 1,
Break = 2,
Colour = 3,
Sprite = 4,
Sample = 5,
Animation = 6
}
internal enum LegacyOrigins
{
TopLeft,
Centre,
CentreLeft,
TopRight,
BottomCentre,
TopCentre,
Custom,
CentreRight,
BottomLeft,
BottomRight
}
internal enum StoryLayer
{
Background = 0,
Fail = 1,
Pass = 2,
Foreground = 3
}
internal class LegacyDifficultyControlPoint : DifficultyControlPoint
{