IInputOperationEventCreater.cs 130 B

1234567
  1. using UnityEngine;
  2. using System.Collections;
  3. public interface IInputOperationEventCreater
  4. {
  5. void EventTriggerLogic();
  6. }