Exemple #1
0
 public Mob SpawnMob(Mob aPrototype)
 {
     aCopy = aPrototype.Copy();
     return((Mob)aCopy);
 }