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:
@@ -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" };
|
||||
|
||||
Reference in New Issue
Block a user