void Update() { if (Input.GetKeyDown(KeyCode.Q)) { lightsManager.BlinkRamp(0.2f, rampLights1); lightsManager.BlinkRamp(0.2f, rampLights2); } }