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:
parent
98d8b26a9c
commit
24f9ef4005
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user