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
SoundEvents
public Dictionary<string, string> SoundEvents { get; init; }