Class SerialInteraction
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/SerialInteraction", "1ecc74ffac636eee948284a9123cacbd24252452577da0f42f208df567620028")]
public sealed record SerialInteraction : Interaction, IEquatable<SerialInteraction>
- Inheritance
-
SerialInteraction
- Implements
- Inherited Members
Properties
Codec
public static Codec<SerialInteraction> Codec { get; }
Property Value
Interactions
public List<string> Interactions { get; init; }