using UnityEngine; namespace Reset.Units{ public interface IUnitDirectionProvider{ public Vector2 Direction{ get; } } }