public override void Do(Actor fromActor, int _eventType)
    {
        base.Do(fromActor, _eventType);

        GMgr.EndGame();
    }