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
Cooldown
public float? Cooldown { get; init; }
Property Value
Entry
public int Entry { get; init; }
Property Value
Event
public string? Event { get; init; }
Property Value
Scope
public Scope? Scope { get; init; }