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

make xmldoc more verbose

This commit is contained in:
Nitrous 2022-01-29 22:31:04 +08:00
parent 98d8b26a9c
commit 24f9ef4005
No known key found for this signature in database
GPG Key ID: 85EC4A6AE8F69D64

View File

@ -27,7 +27,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public override IconUsage? Icon => FontAwesome.Solid.Keyboard;
/// <summary>
/// Whether incoming input must be checked by <see cref="InputInterceptor"/>.
/// Whether incoming input must be checked by <see cref="InputInterceptor"/> before it is passed to gameplay.
/// </summary>
public bool CanIntercept => !isBreakTime.Value && introEnded;