Add user skin setting storage

This commit is contained in:
Dean Herbert
2018-02-22 16:29:05 +09:00
parent 659cf629b6
commit 402d71a8d9
5 changed files with 24 additions and 7 deletions

View File

@ -48,7 +48,7 @@ namespace osu.Game.Database
protected readonly IDatabaseContextFactory ContextFactory;
protected readonly MutableDatabaseBackedStore<TModel> ModelStore;
public readonly MutableDatabaseBackedStore<TModel> ModelStore;
// ReSharper disable once NotAccessedField.Local (we should keep a reference to this so it is not finalised)
private ArchiveImportIPCChannel ipc;