1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 10:57:30 +08:00

Update file name and update summary

This commit is contained in:
Paul Teng 2018-10-14 11:25:05 -04:00
parent fd774c6a09
commit 39c767af2d

View File

@ -4,7 +4,7 @@
namespace osu.Game.Rulesets.Mods
{
/// <summary>
/// Represents a mod which can override (and block) a fail.
/// Represents a mod which can request to restart on fail.
/// </summary>
public interface IApplicableRestartOnFail : IApplicableMod
{