Added the elevator. Needs configuring, doing a quicksave before editing project settings.

This commit is contained in:
2025-09-10 19:13:32 +03:00
parent b176dcc20a
commit 5e251e9d23
41 changed files with 2137 additions and 4 deletions

View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class teleportation_area : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}