namespace Content.Server.NPC.Queries.Considerations; /// /// Placeholder considerations -> returns 1f if they're in LOS or the current target. /// public sealed class TargetInLOSOrCurrentCon : UtilityConsideration { }