1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 23:22:55 +08:00

Remove accidental partial modifier in APIChangelog

This commit is contained in:
HoutarouOreki 2018-07-20 12:33:44 +02:00
parent c7669b2128
commit 1b3010a1b5

View File

@ -85,7 +85,7 @@ namespace osu.Game.Online.API.Requests.Responses
public GithubUser GithubUser { get; set; }
}
public partial class GithubUser
public class GithubUser
{
[JsonProperty("id")]
public long Id { get; set; }