Combine user models.

This commit is contained in:
Dean Herbert
2017-03-28 00:04:07 +09:00
parent 55df07a872
commit 039f4a65dc
7 changed files with 17 additions and 23 deletions

View File

@ -1,6 +1,8 @@
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Users;
namespace osu.Game.Online.API.Requests
{
public class GetUserRequest : APIRequest<User>