Add accessibility to realm factory via IStorageResourceProvider

We might need to rename this class..
This commit is contained in:
Dean Herbert
2021-12-14 14:19:43 +09:00
parent be337b4ace
commit f9a2db5ec6
5 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,7 @@
using osu.Framework.Audio;
using osu.Framework.Graphics.Textures;
using osu.Framework.IO.Stores;
using osu.Game.Database;
namespace osu.Game.IO
{
@ -24,6 +25,11 @@ namespace osu.Game.IO
/// </summary>
IResourceStore<byte[]> Resources { get; }
/// <summary>
/// Access realm.
/// </summary>
RealmContextFactory RealmContextFactory { get; }
/// <summary>
/// Create a texture loader store based on an underlying data store.
/// </summary>