Make field readonly

This commit is contained in:
Andrei Zavatski 2019-12-05 10:05:04 +03:00
parent 33737d3d89
commit bf7c309d4c

View File

@ -70,7 +70,7 @@ namespace osu.Game.Tests.Visual.Online
AddStep("Hide", rankingsOverlay.Hide);
}
private static Country us_country = new Country
private static readonly Country us_country = new Country
{
FlagName = "US",
FullName = "United States"