TargetInLOSOrCurrentCon.cs 249 B

123456789
  1. namespace Content.Server.NPC.Queries.Considerations;
  2. /// <summary>
  3. /// Placeholder considerations -> returns 1f if they're in LOS or the current target.
  4. /// </summary>
  5. public sealed partial class TargetInLOSOrCurrentCon : UtilityConsideration
  6. {
  7. }