Table of Contents

Class UnarmedInteractions

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll

Defines an unarmed interaction profile and the swap fallback supplied by the server.

[SchemaConforms("assets/UnarmedInteractions.json#")]
public sealed record UnarmedInteractions : IEquatable<UnarmedInteractions>
Inheritance
UnarmedInteractions
Implements
Inherited Members

Properties

Codec

public static Codec<UnarmedInteractions> Codec { get; }

Property Value

Codec<UnarmedInteractions>

Interactions

public Dictionary<string, string>? Interactions { get; init; }

Property Value

Dictionary<string, string>