PuzzleGame/PuzzleGameProject/Assets/Scripts/Rooms/Key.cs
2025-01-29 10:01:48 +01:00

16 lines
274 B
C#

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()
{
}
}