Use more efficient string append

This commit is contained in:
Kurt 2020-12-05 06:06:22 -08:00
parent e72c80613e
commit c1ae32ba8b

View file

@ -8,10 +8,10 @@ namespace PKHeX.Drawing
{
public static bool AllowShinySprite { get; set; }
private const string Separator = "_";
private const string Cosplay = "c";
private const string Shiny = "s";
private const string GGStarter = "p";
private const char Separator = '_';
private const char Cosplay = 'c';
private const char Shiny = 's';
private const char GGStarter = 'p';
/// <summary>
/// Gets the resource name of the <see cref="Ball"/> sprite.