MouseInput.cs 123 B

12345678910
  1. using UnityEngine.EventSystems;
  2. namespace Rokid.UXR.Interaction
  3. {
  4. public class MouseInput : BaseInput
  5. {
  6. }
  7. }