SHE'S PULLING HER SPARK OUT

This commit is contained in:
reisenlol 2026-02-02 22:30:39 -08:00
parent b968ed3060
commit 11d1cbb543
No known key found for this signature in database
7 changed files with 2912 additions and 6 deletions

View file

@ -5,11 +5,14 @@ public class PlayerAbility : MonoBehaviour
{
[Header("Identification")]
public string abilityName;
public Sprite abilityIcon;
public Marisa thisPlayer;
[Header("Cooldown")]
public bool canCooldown = true;
public float cooldown;
private float currentCooldown;
[Header("Stats")]
public float power;
public void TryAbility()
{