Files
2026-05-24 12:14:04 +02:00

13 lines
116 B
C#

using UnityEngine;
public class test : MonoBehaviour
{
private void Start()
{
}
private void Update()
{
}
}