1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Fix xmldoc

This commit is contained in:
Dean Herbert 2018-03-22 12:34:29 +09:00
parent c38c26eacb
commit 1a782a840c

View File

@ -14,7 +14,7 @@ namespace osu.Game.Rulesets.Objects.Types
int IndexInCurrentCombo { get; set; }
/// <summary>
/// The offset of this hitobject in the current combo.
/// The offset of this combo in relation to the beatmap.
/// </summary>
int ComboIndex { get; set; }