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

@ -11,7 +11,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public override string Acronym => "DF";
public override IconUsage Icon => FontAwesome.Solid.CompressArrowsAlt;
public override IconUsage? Icon => FontAwesome.Solid.CompressArrowsAlt;
public override string Description => "Hit them at the right size!";