mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Team -> Region, +IHasDrawableRepresentation, +Badge(placeholder for now), +Region to User, LeaderboardScoreDisplay -> LeaderboardScore
This commit is contained in:
@ -1,16 +1,15 @@
|
||||
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace osu.Game.Users
|
||||
{
|
||||
public class User
|
||||
{
|
||||
public int Id;
|
||||
public string Username;
|
||||
|
||||
/// <summary>
|
||||
/// Two-letter flag acronym (ISO 3166 standard)
|
||||
/// </summary>
|
||||
public string FlagName;
|
||||
public Region Region;
|
||||
public IEnumerable<Badge> Badges;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user