1
0
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:
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>
/// 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; }