Files

17 lines
275 B
C#
Raw Permalink Normal View History

2025-01-10 18:41:37 -05:00
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()
{
}
}