Beispiel #1
0
 public Trainer(string name, Pokemon collectionOfPokemon)
 {
     this.Name = name;
     this.CollectionOfPokemon.Add(collectionOfPokemon);
 }