mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
xmldoc
This commit is contained in:
parent
2d57633409
commit
a87bcccc42
@ -95,6 +95,12 @@ namespace osu.Game.Database
|
|||||||
}).ContinueWith(onComplete);
|
}).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);
|
protected virtual void ExportToStream(TModel model, Stream outputStream) => exportZipArchive(model, outputStream);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user