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