namespace Content.Server.NPC.Queries.Considerations; /// /// Returns 0f if the NPC has a and the /// target entity is exempt from being targeted, otherwise it returns 1f. /// See /// for further details on turret target validation. /// public sealed partial class TurretTargetingCon : UtilityConsideration { }