THE UNMATCHED POWER OF THE SUN

This commit is contained in:
reisenlol 2026-02-01 02:35:26 -08:00
parent 3364b5df68
commit 43a0b83748
No known key found for this signature in database
10 changed files with 134 additions and 9 deletions

View file

@ -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)