Add xmldoc to MigratableStorage

This commit is contained in:
Shivam 2020-06-22 12:59:38 +02:00
parent 6b14079c0a
commit a94dcc4923

View File

@ -9,6 +9,9 @@ using osu.Framework.Platform;
namespace osu.Game.IO
{
/// <summary>
/// A <see cref="WrappedStorage"/> that is migratable to different locations.
/// </summary>
public abstract class MigratableStorage : WrappedStorage
{
internal static readonly string[] IGNORE_DIRECTORIES = { "cache" };