Table of Contents

Class ItemSoundSet

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

Properties

Codec

public static Codec<ItemSoundSet> Codec { get; }

Property Value

Codec<ItemSoundSet>

SoundEvents

public Dictionary<string, string> SoundEvents { get; init; }

Property Value

Dictionary<string, string>