osukey/osu.Game/Beatmaps/Legacy/LegacyOrigins.cs
2019-12-10 20:23:15 +09:00

17 lines
272 B
C#

namespace osu.Game.Beatmaps.Legacy
{
internal enum LegacyOrigins
{
TopLeft,
Centre,
CentreLeft,
TopRight,
BottomCentre,
TopCentre,
Custom,
CentreRight,
BottomLeft,
BottomRight
}
}