Files
tbd-station-14/Content.Server/NPC/Queries/Considerations/TargetInLOSCon.cs
2023-05-01 14:57:11 -04:00

10 lines
198 B
C#

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