Add the ability to toggle new combo state from composer context menu

This commit is contained in:
Dean Herbert
2020-09-23 16:38:16 +09:00
parent 7efaa37447
commit a1ec167982
3 changed files with 63 additions and 1 deletions

View File

@ -24,6 +24,11 @@ namespace osu.Game.Rulesets.Objects.Types
/// </summary>
int ComboIndex { get; set; }
/// <summary>
/// Whether the HitObject starts a new combo.
/// </summary>
new bool NewCombo { get; set; }
Bindable<bool> LastInComboBindable { get; }
/// <summary>