6
2025-12-18 02:55:17 +03:00

10 lines
206 B
C#

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