10 lines
198 B
C#
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
|
|
{
|
|
|
|
}
|