Files
Darklings-FightingGame/Assets/_Project/Scripts/UIScripts/ClickablePrompt.cs
David Kalatzis 5db127aab4 Minor UI updates
2023-03-26 19:50:30 +03:00

19 lines
299 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ClickablePrompt : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}