Table of Contents

Class InteractionCooldown

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

Properties

Charges

public List<float>? Charges { get; init; }

Property Value

List<float>

ClickBypass

public bool ClickBypass { get; init; }

Property Value

bool

Codec

public static Codec<InteractionCooldown> Codec { get; }

Property Value

Codec<InteractionCooldown>

Cooldown

public float? Cooldown { get; init; }

Property Value

float?

Id

public string? Id { get; init; }

Property Value

string

InterruptRecharge

public bool InterruptRecharge { get; init; }

Property Value

bool

SkipCooldownReset

public bool SkipCooldownReset { get; init; }

Property Value

bool