mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Rename property, reword xmldoc and improve readability of update code
This commit is contained in:
@ -97,7 +97,7 @@ namespace osu.Game.Rulesets.Osu.Objects
|
||||
set => ComboIndexBindable.Value = value;
|
||||
}
|
||||
|
||||
public int BeatmapSkinComboIndex { get; set; }
|
||||
public int ComboIndexWithOffsets { get; set; }
|
||||
|
||||
public Bindable<bool> LastInComboBindable { get; } = new Bindable<bool>();
|
||||
|
||||
|
Reference in New Issue
Block a user