Files
pogo-stick-game/Assets/TestScript.cs
2025-09-30 19:02:22 +02:00

17 lines
281 B
C#

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