Class EntityCountCondition
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/EntityCountCondition", "3bcbfa2138d9932c486a3289b04118c2b1fe0d250fbd0477c49745aeb66fceec")]
public sealed record EntityCountCondition : TriggerVolumeConditions, IEquatable<EntityCountCondition>
- Inheritance
-
EntityCountCondition
- Implements
- Inherited Members
Properties
Codec
public static Codec<EntityCountCondition> Codec { get; }
Property Value
Comparison
public EntityCountConditionComparison? Comparison { get; init; }
Property Value
Count
public int Count { get; init; }
Property Value
EntityType
public List<string>? EntityType { get; init; }
Property Value
Entry
public int Entry { get; init; }
Property Value
Event
public string? Event { get; init; }