Move more specification from Mod to IMod

This commit is contained in:
Dean Herbert
2021-09-10 12:42:53 +09:00
parent 719392de39
commit c3531e1361
2 changed files with 15 additions and 12 deletions

View File

@ -13,6 +13,21 @@ namespace osu.Game.Rulesets.Mods
/// </summary>
string Acronym { get; }
/// <summary>
/// The name of this mod.
/// </summary>
string Name { get; }
/// <summary>
/// The user readable description of this mod.
/// </summary>
string Description { get; }
/// <summary>
/// The type of this mod.
/// </summary>
ModType Type { get; }
/// <summary>
/// The icon of this mod.
/// </summary>