SHE'S PULLING HER SPARK OUT

This commit is contained in:
reisenlol 2026-02-02 22:30:39 -08:00
parent b968ed3060
commit 11d1cbb543
No known key found for this signature in database
7 changed files with 2912 additions and 6 deletions

View file

@ -0,0 +1,16 @@
using UnityEngine;
public class AbilityUIHandler : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}