using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using UnityEngine;


namespace SC.XR.Unity.Module_InputSystem.InputDeviceHand {

    public class fingerInfo {
        public jointInfo[] joint;
    }


}