mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
nullable-ize Mod.Icon
This commit is contained in:
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
/// The icon of this mod.
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public virtual IconUsage Icon => FontAwesome.Solid.Question;
|
||||
public virtual IconUsage? Icon => null;
|
||||
|
||||
/// <summary>
|
||||
/// The type of this mod.
|
||||
|
Reference in New Issue
Block a user