1234567891011121314151617181920212223 |
- using System;
- using System.Collections.Generic;
- using System.Runtime.InteropServices;
- using System.Text;
- using UnityEngine;
- namespace SC.XR.Unity.Module_InputSystem.InputDeviceHand.GGT26Dof {
- public class GGT26DofHandInfo:handInfo {
- public GGT26DofHandInfo(string configPath) :base(configPath) {
- }
- }
- }
|