Revert "Add marker interface for beatmap skins"

This commit is contained in:
Craftplacer
2020-08-31 18:29:46 +02:00
committed by GitHub
parent db7497538b
commit 9b3a48ee5e
11 changed files with 19 additions and 48 deletions

View File

@ -11,7 +11,7 @@ using osu.Game.Rulesets.Objects.Legacy;
namespace osu.Game.Skinning
{
public class LegacyBeatmapSkin : LegacySkin, IBeatmapSkin
public class LegacyBeatmapSkin : LegacySkin
{
protected override bool AllowManiaSkin => false;
protected override bool UseCustomSampleBanks => true;