TowerDefenseGame/Assets/UIPanelController.cs
2025-06-24 23:40:14 -07:00

17 lines
288 B
C#

using UnityEngine;
public class UIPanelController : 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()
{
}
}