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

@ -188,7 +188,7 @@ namespace osu.Game.Tests.Beatmaps
this.resourceStore = resourceStore;
}
protected override ISkin GetSkin() => new LegacyBeatmapSkin(skinBeatmapInfo, resourceStore, AudioManager);
protected override IBeatmapSkin GetSkin() => new LegacyBeatmapSkin(skinBeatmapInfo, resourceStore, AudioManager);
}
}
}