GGT26DofHandInfo.cs 341 B

1234567891011121314151617181920212223
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Runtime.InteropServices;
  4. using System.Text;
  5. using UnityEngine;
  6. namespace SC.XR.Unity.Module_InputSystem.InputDeviceHand.GGT26Dof {
  7. public class GGT26DofHandInfo:handInfo {
  8. public GGT26DofHandInfo(string configPath) :base(configPath) {
  9. }
  10. }
  11. }