Пример #1
0
 public static int GetMinCP(this PokemonData pokemon)
 {
     return(PokemonInfo.CalculateMinCP(pokemon));
 }