Files
RochesterX 30eda583a1 Script
2025-01-10 18:41:37 -05:00

17 lines
275 B
C#

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