mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Implement combo offsets
This commit is contained in:
@ -15,5 +15,7 @@ namespace osu.Game.Rulesets.Objects.Legacy.Catch
|
||||
public double Duration => EndTime - StartTime;
|
||||
|
||||
public bool NewCombo { get; set; }
|
||||
|
||||
public int ComboOffset { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user