nullable-ize Mod.Icon

This commit is contained in:
mcendu
2020-01-14 21:22:00 +08:00
parent abdebcfddc
commit 5d160376c0
32 changed files with 69 additions and 40 deletions

View File

@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.Mania.Mods
{
public override string Name => "Fade In";
public override string Acronym => "FI";
public override IconUsage Icon => OsuIcon.ModHidden;
public override IconUsage? Icon => OsuIcon.ModHidden;
public override ModType Type => ModType.DifficultyIncrease;
public override string Description => @"Keys appear out of nowhere!";
public override double ScoreMultiplier => 1;