This commit is contained in:
smoogipoo
2020-07-16 21:18:24 +09:00
parent 18d3685023
commit 03a7b8a6ef
4 changed files with 8 additions and 8 deletions

View File

@ -15,6 +15,6 @@ namespace osu.Game.Rulesets.Mania.Mods
public override IconUsage? Icon => OsuIcon.ModHidden;
public override string Description => @"Keys appear out of nowhere!";
protected override PlayfieldCoveringContainer CreateCover(Drawable content) => new PlayfieldCoveringContainer(content);
protected override PlayfieldCoveringWrapper CreateCover(Drawable content) => new PlayfieldCoveringWrapper(content);
}
}