Exemplo n.º 1
0
 public Pokemon(PokemonBreed breed, int minLevel, int maxLevel)
 {
 }
Exemplo n.º 2
0
 public Pokemon(string name, PokemonBreed breed, int lvl, int nature, StatValues iv, StatValues ev)
 {
 }