1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00
osu-lazer/osu.Game/Beatmaps/ControlPoints/EffectControlPoint.cs

8 lines
183 B
C#
Raw Normal View History

namespace osu.Game.Beatmaps.ControlPoints
{
public class EffectControlPoint : ControlPoint
{
public bool KiaiMode;
public bool OmitFirstBarLine;
}
}