Beispiel #1
0
 public BulletSpawner Clone()
 {
     return(new BulletSpawner(Movement.Clone(), spawnPattern.Clone(), delay));
 }