Ejemplo n.º 1
0
 public static string statName(species.StatNames sn, bool abr = false, bool glow = false)
 {
     return(statName((int)sn, abr, glow));
 }
Ejemplo n.º 2
0
 public static string StatName(species.StatNames sn, bool abbreviation = false, bool glowSpecies = false)
 {
     return(StatName((int)sn, abbreviation, glowSpecies));
 }