ccl4/blueberryPeak/Assets/Scripts/test.cs
AgentSchmisch 1753fd9ef1 Scripts
2025-06-12 16:04:22 +02: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()
{
}
}