mirror of
https://github.com/ppy/osu
synced 2024-12-25 00:02:48 +00:00
Fix missing XMLDoc bit.
This commit is contained in:
parent
cc0442a9a1
commit
926281831b
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user