started implementing UI

This commit is contained in:
dereelatwit
2023-08-03 14:05:08 -04:00
parent 374125ba34
commit b8aa2e0935
364 changed files with 63562 additions and 2 deletions
@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NewBehaviourScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}