Class RootInteractionSettings
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/RootInteractionSettings", "56f4b438c04b02134583325ca9b55ba0bc9b74d81570240e753e532767c4fcd3")]
public sealed record RootInteractionSettings : IEquatable<RootInteractionSettings>
- Inheritance
-
RootInteractionSettings
- Implements
- Inherited Members
Properties
AllowSkipChainOnClick
public bool AllowSkipChainOnClick { get; init; }
Property Value
Codec
public static Codec<RootInteractionSettings> Codec { get; }
Property Value
Cooldown
public InteractionCooldown? Cooldown { get; init; }