Male NoFail use an applicable interface

This commit is contained in:
Dean Herbert
2017-12-31 04:10:25 +09:00
parent fea4e1ff68
commit d9a80dae5d
5 changed files with 21 additions and 9 deletions

View File

@ -55,10 +55,5 @@ namespace osu.Game.Rulesets.Mods
/// The mods this mod cannot be enabled with.
/// </summary>
public virtual Type[] IncompatibleMods => new Type[] { };
/// <summary>
/// Whether we should allow failing at the current point in time.
/// </summary>
public virtual bool AllowFail => true;
}
}