mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09: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