1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 21:42:58 +08:00
osu-lazer/osu.Game/Beatmaps/Legacy/LegacyStoryLayer.cs
2019-12-10 20:23:15 +09:00

11 lines
169 B
C#

namespace osu.Game.Beatmaps.Legacy
{
internal enum LegacyStoryLayer
{
Background = 0,
Fail = 1,
Pass = 2,
Foreground = 3
}
}