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:
parent
eb17d897a3
commit
25b0bccfd5
@ -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;
|
||||
}
|
||||
}
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user