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