mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove unnecessary setters
This commit is contained in:
committed by
Dean Herbert
parent
880399f5a5
commit
c7d12bc072
@ -13,7 +13,7 @@ namespace osu.Game.Beatmaps.IO
|
||||
public Type Type { get; set; }
|
||||
}
|
||||
|
||||
private static List<Reader> readers { get; set; } = new List<Reader>();
|
||||
private static List<Reader> readers { get; } = new List<Reader>();
|
||||
|
||||
public static ArchiveReader GetReader(BasicStorage storage, string path)
|
||||
{
|
||||
|
Reference in New Issue
Block a user