using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; public class CustomInputModule : BaseInputModule { public override void Process() { // throw new System.NotImplementedException(); } }