Files
ClearTheZone/.vs/CopilotSnapshots/80B56B6AD3425A4CB6C42A1F66934898/5E894E235349784D9816FF87C8C611DB/9538A81A0BFED9EB3C17D9C26EEE2233
T

17 lines
285 B
Plaintext

using UnityEngine;
public class Door_Rotate : 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()
{
}
}