rabidus-test/Assets/Scripts/HandDetector.cs

11 lines
170 B
C#
Raw Normal View History

2023-07-24 16:38:13 +03:00
using BNG;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class HandDetector : MonoBehaviour
{
public Grabber HandGrabber;
}