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

8 lines
148 B
C#
Raw Normal View History

2018-10-14 23:33:23 -04:00
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
public class OvrAvatarTouchController : MonoBehaviour
{
}