Added ModType for each mode

This commit is contained in:
EVAST9919
2017-05-02 21:36:55 +03:00
parent 087f22e7ca
commit 00a8dbbacf
10 changed files with 14 additions and 0 deletions

View File

@ -21,6 +21,11 @@ namespace osu.Game.Rulesets.Mods
/// </summary>
public virtual FontAwesome Icon => FontAwesome.fa_question;
/// <summary>
/// The type of this mod.
/// </summary>
public virtual ModType Type => ModType.Special;
/// <summary>
/// The user readable description of this mod.
/// </summary>