mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Migrate osu.Game project to VS2017 project structure
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.IO
|
||||
{
|
||||
public readonly IResourceStore<byte[]> Store;
|
||||
|
||||
public Storage Storage => base.Storage;
|
||||
public new Storage Storage => base.Storage;
|
||||
|
||||
public FileStore(Func<OsuDbContext> createContext, Storage storage) : base(createContext, storage.GetStorageForDirectory(@"files"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user