10 lines
200 B
C#
10 lines
200 B
C#
namespace Content.Server.NPC.Queries.Considerations;
|
|
|
|
/// <summary>
|
|
/// Returns 1f if the target is alive or 0f if not.
|
|
/// </summary>
|
|
public sealed class TargetIsAliveCon : UtilityConsideration
|
|
{
|
|
|
|
}
|