using UnityEngine.EventSystems; namespace InputfieldTests { internal class FakeInputModule : BaseInputModule { public override void Process() { } } }