1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:47:26 +08:00

Add info about when CreateHitWindows is invoked

This commit is contained in:
smoogipoo 2018-05-11 15:36:53 +09:00
parent 0cdd39b8b8
commit 5245d2d426

View File

@ -100,8 +100,8 @@ namespace osu.Game.Rulesets.Objects
/// <summary>
/// Creates the <see cref="HitWindows"/> for this <see cref="HitObject"/>.
/// This will only be invoked if <see cref="HitWindows"/> hasn't been set externally (e.g. from a <see cref="BeatmapConverter"/>.
/// </summary>
/// <returns></returns>
protected virtual HitWindows CreateHitWindows() => null;
}
}