i am looking respectfully

This commit is contained in:
reisenlol 2026-01-29 01:49:09 -08:00
parent 3160bff7a3
commit 084aada510
No known key found for this signature in database
29 changed files with 2891 additions and 482 deletions

View file

@ -0,0 +1,8 @@
using UnityEngine;
public class AbilityUpgrade : MonoBehaviour
{
[Header("Identification")]
public string upgradeName;
public PlayerAbility thisPlayerAbility;
}