namespace Content.Server.NPC.Queries.Considerations;
///
/// Returns if the target is below a certain temperature.
///
public sealed partial class TargetLowTempCon : UtilityConsideration
{
///
/// The minimum temperature they must be.
///
[DataField]
public float MinTemp;
}