mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Explicit disposal via using() to WorkingBeatmap.
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Beatmaps.IO
|
||||
public Func<BasicStorage, string, bool> Test { get; set; }
|
||||
public Type Type { get; set; }
|
||||
}
|
||||
|
||||
|
||||
private static List<Reader> readers { get; } = new List<Reader>();
|
||||
|
||||
public static ArchiveReader GetReader(BasicStorage storage, string path)
|
||||
|
Reference in New Issue
Block a user