mirror of
https://github.com/osukey/osukey.git
synced 2025-05-01 03:37:17 +09: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;
|
|
}
|
|
} |