Table of Contents

Class SoundSet

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

Properties

Category

public SoundCategory Category { get; init; }

Property Value

SoundCategory

Codec

public static Codec<SoundSet> Codec { get; }

Property Value

Codec<SoundSet>

SoundEvents

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

Property Value

Dictionary<string, string>