Fix missing XMLDoc bit.

This commit is contained in:
Lucas A 2020-12-19 10:36:27 +01:00
parent cc0442a9a1
commit 926281831b

View File

@ -20,6 +20,7 @@ namespace osu.Game.Database
/// <summary> /// <summary>
/// Import the specified files from the given import tasks. /// Import the specified files from the given import tasks.
/// </summary> /// </summary>
/// <param name="tasks">The import tasks from which the files should be imported.</param>
Task Import(params ImportTask[] tasks); Task Import(params ImportTask[] tasks);
/// <summary> /// <summary>