done
This commit is contained in:
parent
3a7ce962e7
commit
058e61a4fd
38 changed files with 3915 additions and 363 deletions
7
TP3/Assets/Scripts/Checkpoint.cs
Normal file
7
TP3/Assets/Scripts/Checkpoint.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
using UnityEngine;
|
||||
|
||||
public class Checkpoint : MonoBehaviour
|
||||
{
|
||||
[SerializeField] int index;
|
||||
[HideInInspector] public int Index => index;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue