Files
crystall-punk-14/Content.Server/NPC/Queries/Considerations/TargetInLOSCon.cs

10 lines
198 B
C#
Raw Normal View History

2023-05-02 04:57:11 +10:00
namespace Content.Server.NPC.Queries.Considerations;
/// <summary>
/// Returns whether the target is in line-of-sight.
/// </summary>
public sealed class TargetInLOSCon : UtilityConsideration
{
}