Training Area is ready
This commit is contained in:
8
Assets/Scripts/Checkpoint.cs
Normal file
8
Assets/Scripts/Checkpoint.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class Checkpoint : MonoBehaviour
|
||||
{
|
||||
public bool isCollected = false;
|
||||
}
|
||||
11
Assets/Scripts/Checkpoint.cs.meta
Normal file
11
Assets/Scripts/Checkpoint.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5cb7e797faf91a145ace5b3e5953a682
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user