Пример #1
0
 public Pokemon(PokemonBreed breed, int minLevel, int maxLevel)
 {
 }
Пример #2
0
 public Pokemon(string name, PokemonBreed breed, int lvl, int nature, StatValues iv, StatValues ev)
 {
 }