mirror of
https://github.com/ppy/osu.git
synced 2026-06-02 20:20:23 +08:00
wrong xmldoc
because of https://github.com/ppy/osu/pull/21308/commits/6900d0120a70287ef531a4c0facd398508a76b06
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user