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

Fix GetStableImportPaths xmldoc

This commit is contained in:
Dean Herbert
2019-07-05 14:21:56 +09:00
Unverified
parent 87c8fd0035
commit 80d8ce8392
+1 -1
View File
@@ -499,7 +499,7 @@ namespace osu.Game.Database
protected virtual string ImportFromStablePath => null;
/// <summary>
/// Selects paths to import from.
/// Select paths to import from stable. Default implementation iterates all directories in <see cref="ImportFromStablePath"/>.
/// </summary>
protected virtual IEnumerable<string> GetStableImportPaths(Storage stableStoage) => stableStoage.GetDirectories(ImportFromStablePath);