Remove temporary comments

> Removes unnecessary xmldoc comments
This commit is contained in:
「空白」
2020-05-13 02:01:38 +09:00
parent 0c60b10757
commit 82190a07b8
4 changed files with 0 additions and 11 deletions

View File

@ -16,9 +16,6 @@ namespace osu.Game.Online.API.Requests
public abstract class ResponseWithCursor<T> : ResponseWithCursor where T : class
{
/// <summary>
/// Cursor deserialized into T class type (cannot implicitly convert type to object using raw Cursor)
/// </summary>
[JsonProperty("cursor")]
public T Cursor;
}