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