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

10 lines
183 B
C#

using UnityEngine;
namespace HurricaneVR.Framework.Shared
{
public class HVRRootFinder : ScriptableObject
{
//dummy object to find the root of the package
}
}