mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
xmldoc
This commit is contained in:
parent
2d57633409
commit
a87bcccc42
@ -95,6 +95,12 @@ namespace osu.Game.Database
|
||||
}).ContinueWith(onComplete);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Exports an item to Stream.
|
||||
/// Override if custom export method is required.
|
||||
/// </summary>
|
||||
/// <param name="model">The item to export.</param>
|
||||
/// <param name="outputStream">The output stream to export to.</param>
|
||||
protected virtual void ExportToStream(TModel model, Stream outputStream) => exportZipArchive(model, outputStream);
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user