예제 #1
0
 public void Ignite(Bomb bomb)
 {
     _timeTracker.Subscibe(new BombIgnitionObserver(bomb, this));
 }