Files

10 lines
206 B
C#
Raw Permalink Normal View History

2023-05-02 04:57:11 +10:00
namespace Content.Server.NPC.Queries.Considerations;
/// <summary>
/// Returns 1f if the target is crit or 0f if not.
/// </summary>
public sealed partial class TargetIsCritCon : UtilityConsideration
2023-05-02 04:57:11 +10:00
{
}