using System; using UnityEngine; public interface IVirtualJoystick { Vector2 Delta { get; } }