Initial commit

This commit is contained in:
Craftplacer
2020-08-29 10:33:43 +02:00
parent 4031f2d311
commit 4cb9e1d443
11 changed files with 38 additions and 16 deletions

View File

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