Files
ClearTheZone/.vs/CopilotSnapshots/80B56B6AD3425A4CB6C42A1F66934898/5E894E235349784D9816FF87C8C611DB/D683AE6DC3A3976F1F7D68F238921E8F
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()
{
}
}