Table of Contents

Class EnvironmentCondition

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

Properties

Codec

public static Codec<EnvironmentCondition> Codec { get; }

Property Value

Codec<EnvironmentCondition>

Environments

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

Property Value

List<string>

Inverse

public bool Inverse { get; init; }

Property Value

bool