ModelK02.cs 194 B

123456789
  1. using System;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. namespace SC.XR.Unity.Module_InputSystem.InputDeviceGC.BT3Dof {
  5. public class ModelK02 : ModelBT3DofBase {
  6. }
  7. }