Пример #1
0
    IEnumerator changeHealth()
    {
        yield return(new WaitForSeconds(2f));

        hpToDisplay.ChangeHealth(5);
    }