Table of Contents

Class CooldownCondition

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

Properties

Codec

public static Codec<CooldownCondition> Codec { get; }

Property Value

Codec<CooldownCondition>

Cooldown

public float? Cooldown { get; init; }

Property Value

float?

Entry

public int Entry { get; init; }

Property Value

int

Event

public string? Event { get; init; }

Property Value

string

Scope

public Scope? Scope { get; init; }

Property Value

Scope?