1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-06 14:37:21 +08:00
osu-lazer/osu.Game/Configuration/IntroSequence.cs

14 lines
297 B
C#
Raw Normal View History

2019-08-09 20:05:28 +09:00
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
namespace osu.Game.Configuration
{
public enum IntroSequence
{
Circles,
Welcome,
2019-09-29 00:10:17 +05:00
Triangles,
Random
2019-08-09 20:05:28 +09:00
}
}