mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Expose skin sources via ISkinSource
and revert to consuming based on hierarchy
This commit is contained in:
@ -146,6 +146,7 @@ namespace osu.Game.Tests.Beatmaps
|
||||
}
|
||||
|
||||
public ISkin FindProvider(Func<ISkin, bool> lookupFunction) => null;
|
||||
public IEnumerable<ISkin> AllSources => Enumerable.Empty<ISkin>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user