Example #1
0
 public Pokemon getPokemonByID(int id)
 {
     return(Manager.getPokemonByID(id));
 }