Exemplo n.º 1
0
 public PokeSpotPokemon(int index, PokeSpotType pokeSpotType, ISO iso)
 {
     PokeSpot   = new PokeSpot(pokeSpotType, iso);
     this.index = index;
     this.iso   = iso;
 }
Exemplo n.º 2
0
 public PokeSpot(PokeSpotType pokeSpot, ISO iso)
 {
     PokeSpotType = pokeSpot;
     this.iso     = iso;
 }