Esempio n. 1
0
 public void beAttacked(ControlCenter acc)
 {
     Console.WriteLine(name+" beAttacked");
      acc.notifyObserver(name);
 }
Esempio n. 2
0
 public void beAttacked(ControlCenter acc)
 {
     Console.WriteLine(name + " beAttacked");
     acc.notifyObserver(name);
 }