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