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

@ -11,6 +11,7 @@ namespace osu.Game.Rulesets.Mods
{
public override string Name => "Double Time";
public override FontAwesome Icon => FontAwesome.fa_osu_mod_doubletime;
public override ModType Type => ModType.DifficultyIncrease;
public override string Description => "Zoooooooooom";
public override bool Ranked => true;
public override Type[] IncompatibleMods => new[] { typeof(ModHalfTime) };