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>
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class TargetInLOSOrCurrentCon : UtilityConsideration
|
2023-05-02 04:57:11 +10:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|