mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 21:42:58 +08:00
11 lines
169 B
C#
11 lines
169 B
C#
namespace osu.Game.Beatmaps.Legacy
|
|
{
|
|
internal enum LegacyStoryLayer
|
|
{
|
|
Background = 0,
|
|
Fail = 1,
|
|
Pass = 2,
|
|
Foreground = 3
|
|
}
|
|
}
|