mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 15:02:55 +08:00
17 lines
272 B
C#
17 lines
272 B
C#
|
namespace osu.Game.Beatmaps.Legacy
|
||
|
{
|
||
|
internal enum LegacyOrigins
|
||
|
{
|
||
|
TopLeft,
|
||
|
Centre,
|
||
|
CentreLeft,
|
||
|
TopRight,
|
||
|
BottomCentre,
|
||
|
TopCentre,
|
||
|
Custom,
|
||
|
CentreRight,
|
||
|
BottomLeft,
|
||
|
BottomRight
|
||
|
}
|
||
|
}
|