// Start is called before the first frame update
    void Start()
    {
        my_camera = Camera.main.GetComponent <cameraControl>();
        wheel     = transform.GetChild(0);

        my_camera.my_owner_is(transform);

        boostBar.SetMaxBoost((int)_nitro);
    }