protected void AddLocalizedGameString(MatchAward matchAward)
        {
            GameStringWriter.AddMatchAwardName(matchAward.Id, matchAward.Name);

            if (matchAward.Description != null)
            {
                GameStringWriter.AddMatchAwardDescription(matchAward.Id, GetTooltip(matchAward.Description, FileOutputOptions.DescriptionType));
            }
        }