Revert storage workaround

This commit is contained in:
Dean Herbert 2022-05-21 15:55:07 +09:00
parent ba21556d4e
commit c587d10cc3

View File

@ -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; }