they call me Sylvia because i am Sylvia
This commit is contained in:
parent
fc1d1dee00
commit
99cda5f6b9
3 changed files with 482 additions and 32 deletions
|
|
@ -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}";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue