FittsLaw/Assets/Oculus/Avatar/Scripts/OvrAvatarTouchController.cs

8 lines
148 B
C#
Raw Normal View History

2018-10-09 20:59:57 -04:00
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
public class OvrAvatarTouchController : MonoBehaviour
{
}