Cleanup / re-protect file store

This commit is contained in:
smoogipoo
2020-01-14 19:23:34 +09:00
parent 4b8d628000
commit 0e844b3039
2 changed files with 3 additions and 7 deletions

View File

@ -68,7 +68,7 @@ namespace osu.Game.Database
public virtual bool SupportsImportFromStable => RuntimeInfo.IsDesktop;
public readonly FileStore Files;
protected readonly FileStore Files;
protected readonly IDatabaseContextFactory ContextFactory;