1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 14:32:55 +08:00

Rephrase xmldoc

This commit is contained in:
naoey 2019-06-13 16:55:41 +05:30
parent 52c7ed9960
commit aa7cae0879
No known key found for this signature in database
GPG Key ID: 670DA9BE3DF7EE60

View File

@ -11,7 +11,7 @@ namespace osu.Game.Online.API
private string filename;
/// <summary>
/// Sets the extension of the file outputted by this request.
/// Used to set the extension of the file returned by this request.
/// </summary>
protected virtual string FileExtension { get; } = @".tmp";