1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 20:20:23 +08:00
cdwcgt
2023-02-21 20:54:06 +09:00
Unverified
parent 04dcd661e0
commit d20e1df603
+2 -3
View File
@@ -152,10 +152,9 @@ namespace osu.Game.Database
}
/// <summary>
/// Exports an item to Stream.
/// Override if custom export method is required.
/// Exports model to Stream.
/// </summary>
/// <param name="model">The item to export.</param>
/// <param name="model">The model to export.</param>
/// <param name="outputStream">The output stream to export to.</param>
/// <param name="notification">The notification will displayed to the user</param>
/// <param name="cancellationToken">The Cancellation token that can cancel the exporting.</param>