mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove temporary comments
> Removes unnecessary xmldoc comments
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user