Make Mod.Description abstract and add missing descriptions

This commit is contained in:
Dean Herbert
2021-04-15 14:32:01 +09:00
parent 7654df94f6
commit 346e36d32a
10 changed files with 19 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace osu.Game.Rulesets.Mods
/// The user readable description of this mod.
/// </summary>
[JsonIgnore]
public virtual string Description => string.Empty;
public abstract string Description { get; }
/// <summary>
/// The tooltip to display for this mod when used in a <see cref="ModIcon"/>.