mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Move TouchDevice mod to new "system" category
This commit is contained in:
@ -11,6 +11,8 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public override string Acronym => "TD";
|
||||
public override double ScoreMultiplier => 1;
|
||||
|
||||
public override ModType Type => ModType.System;
|
||||
|
||||
public override bool Ranked => true;
|
||||
}
|
||||
}
|
||||
|
@ -9,6 +9,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
DifficultyIncrease,
|
||||
Conversion,
|
||||
Automation,
|
||||
Fun
|
||||
Fun,
|
||||
System
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user