1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

...in a safer way

This commit is contained in:
Dean Herbert 2024-01-04 17:13:21 +09:00
parent df99a37254
commit f0aeeeea96
No known key found for this signature in database

View File

@ -132,8 +132,8 @@ namespace osu.Game.Tests.Beatmaps
public AudioManager AudioManager => Audio;
public IResourceStore<byte[]> Files => userSkinResourceStore;
public new IResourceStore<byte[]> Resources => base.Resources;
public IResourceStore<TextureUpload> CreateTextureLoaderStore(IResourceStore<byte[]> underlyingStore) => throw new NotImplementedException();
RealmAccess IStorageResourceProvider.RealmAccess => throw new NotImplementedException();
public IResourceStore<TextureUpload> CreateTextureLoaderStore(IResourceStore<byte[]> underlyingStore) => null!;
RealmAccess IStorageResourceProvider.RealmAccess => null!;
#endregion