mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 04:12:56 +08:00
Revert storage workaround
This commit is contained in:
parent
ba21556d4e
commit
c587d10cc3
@ -11,7 +11,7 @@ namespace osu.Game.IO
|
||||
/// <summary>
|
||||
/// A storage which wraps another storage and delegates implementation, potentially mutating the lookup path.
|
||||
/// </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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user