public void beAttacked(ControlCenter acc) { Console.WriteLine(name+" beAttacked"); acc.notifyObserver(name); }
public void beAttacked(ControlCenter acc) { Console.WriteLine(name + " beAttacked"); acc.notifyObserver(name); }