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

@ -110,7 +110,7 @@ namespace osu.Game.Rulesets.Osu.Tests
this.hasColours = hasColours;
}
protected override ISkin GetSkin() => new TestBeatmapSkin(BeatmapInfo, hasColours);
protected override IBeatmapSkin GetSkin() => new TestBeatmapSkin(BeatmapInfo, hasColours);
}
private class TestBeatmapSkin : LegacyBeatmapSkin