mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
8 lines
183 B
C#
8 lines
183 B
C#
|
namespace osu.Game.Beatmaps.ControlPoints
|
||
|
{
|
||
|
public class EffectControlPoint : ControlPoint
|
||
|
{
|
||
|
public bool KiaiMode;
|
||
|
public bool OmitFirstBarLine;
|
||
|
}
|
||
|
}
|