Skip to content
Snippets Groups Projects
Commit a43f6e96 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Fix imports for VRCollider

parent 4408628d
No related branches found
No related tags found
No related merge requests found
using UnityEngine;
using UnityEngine.Events;
using System.Collections;
using System;
[RequireComponent(typeof(Rigidbody))]
[RequireComponent(typeof(Collider))]
public class VRCollider : MonoBehaviour
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment