
#if USING_XRI 

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.XR.Interaction.Toolkit;

namespace SimplifyXR
{
    public class XRISimpleInteractable : XRBaseInteractable { }
}

#endif