10 lines
183 B
C#
10 lines
183 B
C#
using UnityEngine;
|
|
|
|
namespace HurricaneVR.Framework.Shared
|
|
{
|
|
public class HVRRootFinder : ScriptableObject
|
|
{
|
|
//dummy object to find the root of the package
|
|
}
|
|
}
|