1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 13:37:25 +08:00

Remove unused team class

This commit is contained in:
Dean Herbert 2021-11-04 17:39:32 +09:00
parent eb17d897a3
commit 25b0bccfd5
2 changed files with 0 additions and 12 deletions

View File

@ -1,10 +0,0 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
namespace osu.Game.Users
{
public class Team
{
public string Name;
}
}

View File

@ -33,8 +33,6 @@ namespace osu.Game.Users
public readonly Bindable<UserActivity> Activity = new Bindable<UserActivity>();
//public Team Team;
[JsonProperty(@"profile_colour")]
public string Colour;