mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update resource stores with GetAvailableResources
This commit is contained in:
@ -15,6 +15,8 @@ namespace osu.Game.IO.Archives
|
||||
/// </summary>
|
||||
public abstract Stream GetStream(string name);
|
||||
|
||||
public IEnumerable<string> GetAvailableResources() => Filenames;
|
||||
|
||||
public abstract void Dispose();
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user