Make incompatible with

This commit is contained in:
Spooghetti420
2022-01-31 15:00:36 +00:00
parent bb8dc74e88
commit e5601772a9
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,8 @@ namespace osu.Game.Rulesets.Mania.Mods
public override ModType Type => ModType.Conversion;
public override Type[] IncompatibleMods => new[] { typeof(ManiaModHoldOff) };
public void ApplyToBeatmap(IBeatmap beatmap)
{
var maniaBeatmap = (ManiaBeatmap)beatmap;