osukey/osu.Game.Rulesets.Mania/UI/ManiaColourCode.cs
2021-04-24 16:23:52 +08:00

12 lines
259 B
C#

// 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.Rulesets.Mania.UI
{
public enum ManiaColourCode
{
Off,
On
}
}