mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 13:37:20 +09: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
|
|
}
|
|
}
|