1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 16:47:26 +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;
}
}