mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Split ControlPoint into different types.
# Conflicts: # osu.Game.Rulesets.Mania/UI/Column.cs
This commit is contained in:
8
osu.Game/Beatmaps/ControlPoints/EffectControlPoint.cs
Normal file
8
osu.Game/Beatmaps/ControlPoints/EffectControlPoint.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace osu.Game.Beatmaps.ControlPoints
|
||||
{
|
||||
public class EffectControlPoint : ControlPoint
|
||||
{
|
||||
public bool KiaiMode;
|
||||
public bool OmitFirstBarLine;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user