using UnityEngine; namespace DDD.Interfaces { public interface ITarget { Collider Target { get; } } }