mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Add note about stream provided to ImportTask
being disposed implicitly
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Database
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Construct a new import task from a stream.
|
||||
/// Construct a new import task from a stream. The provided stream will be disposed after reading.
|
||||
/// </summary>
|
||||
public ImportTask(Stream stream, string filename)
|
||||
{
|
||||
|
Reference in New Issue
Block a user