using UnityEngine.Events;

namespace SimplifyXR
{
    public interface IGlobalTapMapping
    {
        public UnityEvent AirTap { get; }

    }
}
