Merge branch 'master' into non-nullable-beatmapset-files

This commit is contained in:
Bartłomiej Dach
2021-05-31 00:10:03 +02:00
committed by GitHub
23 changed files with 624 additions and 190 deletions

View File

@ -524,6 +524,7 @@ namespace osu.Game.Beatmaps
protected override IBeatmap GetBeatmap() => beatmap;
protected override Texture GetBackground() => null;
protected override Track GetBeatmapTrack() => null;
protected override ISkin GetSkin() => null;
public override Stream GetStream(string storagePath) => null;
}
}