mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Revert storage workaround
This commit is contained in:
parent
ba21556d4e
commit
c587d10cc3
@ -11,7 +11,7 @@ namespace osu.Game.IO
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// A storage which wraps another storage and delegates implementation, potentially mutating the lookup path.
|
/// A storage which wraps another storage and delegates implementation, potentially mutating the lookup path.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class WrappedStorage : NativeStorage // TODO: Revert to Storage inheritance after https://github.com/ppy/osu-framework/pull/5189
|
public class WrappedStorage : Storage
|
||||||
{
|
{
|
||||||
protected Storage UnderlyingStorage { get; private set; }
|
protected Storage UnderlyingStorage { get; private set; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user