mirror of
https://github.com/ppy/osu
synced 2025-01-04 13:22:08 +00:00
Add xmldoc to MigratableStorage
This commit is contained in:
parent
6b14079c0a
commit
a94dcc4923
@ -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" };
|
||||
|
Loading…
Reference in New Issue
Block a user