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