SHE'S PULLING HER SPARK OUT
This commit is contained in:
parent
b968ed3060
commit
11d1cbb543
7 changed files with 2912 additions and 6 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue