Files
dungeons/Assets/HurricaneVR/Framework/Scripts/HVRRootFinder.cs

10 lines
183 B
C#

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