Example #1
0
    void Update()
    {
        float value = Input.GetAxis("Vertical");

        cafe.ChangeTemperateValue(value);
    }