mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Male NoFail use an applicable interface
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user