Exemplo n.º 1
0
 public ResurectingInvader(Path path)
 {
     _incarnation1 = new BasicInvader(path);
     _incarnation2 = new StrongInvader(path);
     _incarnation3 = new FastInvader(path);
     _incarnation4 = new SheildedInvader(path);
 }
Exemplo n.º 2
0
 public ResurrectingInvader(Path path)
 {
     _incarnation1 = new BasicInvader(path);
     _incarnation2 = new StrongInvader(path);
 }