...
public void GoToNext() {
   ...
   } else {
      Debug.Log("Ostatni poziom.");
      Messenger.Broadcast(GameEvent.GAME_COMPLETE);
   }
}
