Files
FallBots/Assets/Content/Scripts/Checkpoint.cs
2026-03-19 06:31:08 +01:00

17 lines
281 B
C#

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