This commit is contained in:
2026-03-19 06:31:08 +01:00
parent 2804acb9fb
commit 8735498b8f
97 changed files with 63618 additions and 34 deletions

View File

@@ -0,0 +1,16 @@
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()
{
}
}