Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_posPercentFormats

readonly string [] System.Number.s_posPercentFormats = new string[4] { "# %", "#%", "%#", "% #" }
staticprivate

Definition at line 1243 of file Number.cs.

1243{ "# %", "#%", "%#", "% #" };

Referenced by System.Number.FormatPercent().