they call me Sylvia because i am Sylvia

This commit is contained in:
Sylvia 2026-03-19 00:09:15 -07:00
parent fc1d1dee00
commit 99cda5f6b9
3 changed files with 482 additions and 32 deletions

View file

@ -22,6 +22,5 @@ public class FloatingAbilityInfo : MonoBehaviour
abilityName.text = ability.abilityName;
powerStat.text = $"Power: {ability.power}";
cooldownStat.text = $"Cooldown: {ability.cooldown}";
projectileCountStat.text = $"Projectiles: {ability.projectileCount}";
}
}