Пример #1
0
 public static double GetCP(this PokemonData pokemon)
 {
     return(PokemonInfo.CalculateCP(pokemon));
 }