/// <summary> /// Sets the interface so this script can be linked to the game /// </summary> /// <param name="carMovementController"></param> public void SetCarAudioInterface(ICarAudioController carAudioController) { this.carAudioController = carAudioController; }