mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 17:13:06 +08:00
Remove unused team class
This commit is contained in:
parent
858e2a081e
commit
69aa620ab7
@ -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 readonly Bindable<UserActivity> Activity = new Bindable<UserActivity>();
|
||||||
|
|
||||||
//public Team Team;
|
|
||||||
|
|
||||||
[JsonProperty(@"profile_colour")]
|
[JsonProperty(@"profile_colour")]
|
||||||
public string Colour;
|
public string Colour;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user