Files
ZeroVR/ZeroPacientVR/Assets/HurricaneVR/TechDemo/Scripts/DemoSafeDoor.cs
T
2022-04-18 19:17:20 +03:00

9 lines
124 B
C#

using UnityEngine;
namespace HurricaneVR.TechDemo.Scripts
{
public class DemoSafeDoor : MonoBehaviour
{
}
}