Implemented the functionality for monster rooms.

This commit is contained in:
Maxwell Dodd 2025-01-29 10:01:48 +01:00
parent 6a309804ad
commit aa49815fb9
16 changed files with 1182 additions and 71 deletions

View file

@ -0,0 +1,16 @@
using UnityEngine;
public class Key : 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()
{
}
}