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

10 lines
249 B
C#
Raw Permalink Normal View History

2023-05-02 04:57:11 +10:00
namespace Content.Server.NPC.Queries.Considerations;
/// <summary>
/// Placeholder considerations -> returns 1f if they're in LOS or the current target.
/// </summary>
public sealed partial class TargetInLOSOrCurrentCon : UtilityConsideration
2023-05-02 04:57:11 +10:00
{
}