1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 23:53:21 +08:00
osu-lazer/osu.Game/Beatmaps/Legacy/LegacyOrigins.cs

17 lines
272 B
C#
Raw Normal View History

2019-12-10 19:23:15 +08:00
namespace osu.Game.Beatmaps.Legacy
{
internal enum LegacyOrigins
{
TopLeft,
Centre,
CentreLeft,
TopRight,
BottomCentre,
TopCentre,
Custom,
CentreRight,
BottomLeft,
BottomRight
}
}