mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Also mark UnknownMod
as not user-playable
This commit is contained in:
@ -15,6 +15,8 @@ namespace osu.Game.Rulesets.Mods
|
||||
public override string Description => "This mod could not be resolved by the game.";
|
||||
public override double ScoreMultiplier => 0;
|
||||
|
||||
public override bool UserPlayable => false;
|
||||
|
||||
public override ModType Type => ModType.System;
|
||||
|
||||
public UnknownMod(string acronym)
|
||||
|
Reference in New Issue
Block a user