mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:47:46 +08:00
Add note about CountryCode
being at parity with osu_countries
This commit is contained in:
parent
d9ec030cc8
commit
da07066a74
@ -8,6 +8,9 @@ using Newtonsoft.Json.Converters;
|
||||
|
||||
namespace osu.Game.Users
|
||||
{
|
||||
/// <summary>
|
||||
/// Matches `osu_countries` database table.
|
||||
/// </summary>
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
[UsedImplicitly(ImplicitUseTargetFlags.WithMembers)]
|
||||
public enum CountryCode
|
||||
|
Loading…
Reference in New Issue
Block a user