THE UNMATCHED POWER OF THE SUN
This commit is contained in:
parent
3364b5df68
commit
43a0b83748
10 changed files with 134 additions and 9 deletions
|
|
@ -10,7 +10,7 @@ public class PlayerAbility : MonoBehaviour
|
|||
public bool canCooldown = true;
|
||||
public float cooldown;
|
||||
private float currentCooldown;
|
||||
|
||||
|
||||
public void TryAbility()
|
||||
{
|
||||
if (currentCooldown <= 0 && canCooldown)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue