i am looking respectfully
This commit is contained in:
parent
3160bff7a3
commit
084aada510
29 changed files with 2891 additions and 482 deletions
8
Assets/Scripts/AbilityUpgrade.cs
Normal file
8
Assets/Scripts/AbilityUpgrade.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using UnityEngine;
|
||||
|
||||
public class AbilityUpgrade : MonoBehaviour
|
||||
{
|
||||
[Header("Identification")]
|
||||
public string upgradeName;
|
||||
public PlayerAbility thisPlayerAbility;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue