Table of Contents

Class LogicCondition

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/LogicCondition", "096cde4c2c922f73164badd1a73e45032a3f8157b3e683b801ceb33784f9b312")]
public sealed record LogicCondition : EntityEffectApplyConditions, IEquatable<LogicCondition>
Inheritance
LogicCondition
Implements
Inherited Members

Properties

Conditions

public List<EntityEffectApplyConditions> Conditions { get; init; }

Property Value

List<EntityEffectApplyConditions>

Inverse

public bool Inverse { get; init; }

Property Value

bool

Operator

public Operator Operator { get; init; }

Property Value

Operator