1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 00:38:33 +08:00

Add xmldoc to MigratableStorage

This commit is contained in:
Shivam
2020-06-22 12:59:38 +02:00
Unverified
parent 6b14079c0a
commit a94dcc4923
+3
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" };