2023-05-02 04:57:11 +10:00
|
|
|
namespace Content.Server.NPC.Queries.Considerations;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Returns 1f if the target is alive or 0f if not.
|
|
|
|
|
/// </summary>
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class TargetIsAliveCon : UtilityConsideration
|
2023-05-02 04:57:11 +10:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|