Example #1
0
 public PokeSlot(PokeParty pokeParty, Pokemon pokemon)
 {
     this.pokeParty = pokeParty;
     this.index     = -1;
     this.pokemon   = pokemon;
 }
Example #2
0
 public Trainer(PokeParty pokeParty)
 {
 }