namespace Content.Server.NPC.Queries.Considerations; /// <summary> /// Returns whether the target is in line-of-sight. /// </summary> public sealed partial class TargetInLOSCon : UtilityConsideration { }