Renamed TaikoModFlip to TaikoModSwap

This commit is contained in:
Henry Lin
2021-05-17 11:04:01 +08:00
parent c4ae70a827
commit f34637ea9c
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
public class TaikoModRandom : ModRandom, IApplicableToBeatmap
{
public override string Description => @"Shuffle around the colours!";
public override Type[] IncompatibleMods => base.IncompatibleMods.Append(typeof(TaikoModFlip)).ToArray();
public override Type[] IncompatibleMods => base.IncompatibleMods.Append(typeof(TaikoModSwap)).ToArray();
public void ApplyToBeatmap(IBeatmap beatmap)
{