コード例 #1
0
 public void beAttacked(ControlCenter acc)
 {
     Console.WriteLine(name+" beAttacked");
      acc.notifyObserver(name);
 }
コード例 #2
0
 public void beAttacked(ControlCenter acc)
 {
     Console.WriteLine(name + " beAttacked");
     acc.notifyObserver(name);
 }