Fix TD mod not being ranked

This commit is contained in:
smoogipoo 2019-01-31 11:59:36 +09:00
parent e9ddf232f0
commit 581544e1d6
1 changed files with 2 additions and 0 deletions

View File

@ -10,5 +10,7 @@ public class OsuModTouchDevice : Mod
public override string Name => "Touch Device";
public override string Acronym => "TD";
public override double ScoreMultiplier => 1;
public override bool Ranked => true;
}
}