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