Training Area is ready

This commit is contained in:
2024-04-06 01:16:28 +02:00
parent 33a7230828
commit eeb46585e7
15 changed files with 4744 additions and 3614 deletions

View File

@@ -0,0 +1,8 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Checkpoint : MonoBehaviour
{
public bool isCollected = false;
}