/// <summary> /// Called before the first update. /// </summary> void Start() { speed = manager.getRandomSpeed(); goal = manager.getNewGoal(); }