Files

10 lines
206 B
C#
Raw Permalink 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 partial class TargetInLOSCon : UtilityConsideration
2023-05-02 04:57:11 +10:00
{
}