mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Retrieve separated skin instance from working beatmap for editing
This commit is contained in:
@ -50,7 +50,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
protected override Track GetBeatmapTrack() => GetVirtualTrack();
|
||||
|
||||
protected override ISkin GetSkin() => null;
|
||||
protected internal override ISkin GetSkin() => null;
|
||||
|
||||
public override Stream GetStream(string storagePath) => null;
|
||||
|
||||
|
Reference in New Issue
Block a user