Implement GetSkin() for other working beatmaps

This commit is contained in:
Salman Ahmed
2021-05-21 20:21:00 +03:00
parent 04e75d8f2b
commit 4f6de6fdc6
6 changed files with 15 additions and 0 deletions

View File

@ -169,6 +169,8 @@ namespace osu.Game.Tests.Beatmaps.Formats
protected override Track GetBeatmapTrack() => throw new NotImplementedException();
protected override ISkin GetSkin() => throw new NotImplementedException();
public override Stream GetStream(string storagePath) => throw new NotImplementedException();
}
}