using UnityEngine; namespace Reset.Units{ public interface IUnitTargetProvider{ public GameObject UnitTarget{ get; } } }