Add note about `CountryCode` being at parity with `osu_countries`

This commit is contained in:
Dean Herbert 2023-10-25 13:03:03 +09:00
parent d9ec030cc8
commit da07066a74
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
namespace osu.Game.Users
{
/// <summary>
/// Matches `osu_countries` database table.
/// </summary>
[JsonConverter(typeof(StringEnumConverter))]
[UsedImplicitly(ImplicitUseTargetFlags.WithMembers)]
public enum CountryCode