public void Notified(ActorState state, int pos, GameObject obj)
 {
     if (state == ActorState.ALIVE)
     {
         timer.PassTime();
     }
     else
     {
         gameStatus = false;
     }
 }