Table of Contents

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

Codec<EntityCountCondition>

Comparison

public EntityCountConditionComparison? Comparison { get; init; }

Property Value

EntityCountConditionComparison?

Count

public int Count { get; init; }

Property Value

int

EntityType

public List<string>? EntityType { get; init; }

Property Value

List<string>

Entry

public int Entry { get; init; }

Property Value

int

Event

public string? Event { get; init; }

Property Value

string