TargetInLOSCon.cs 206 B

123456789
  1. namespace Content.Server.NPC.Queries.Considerations;
  2. /// <summary>
  3. /// Returns whether the target is in line-of-sight.
  4. /// </summary>
  5. public sealed partial class TargetInLOSCon : UtilityConsideration
  6. {
  7. }