Exemplo n.º 1
0
    IEnumerator PassiveCD()
    {
        playerHealthBar.EmptyGreyIcon(PlayerHealthBar.Icons.Passive);
        yield return(new WaitForSeconds(passiveCD));

        passiveLoadable = true;
    }