Table of Contents

Class ChunkSpawnedNPCData

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/Holder/properties/Components/properties/ChunkSpawnedNPCData", "5f758c7a2e908005d3119463b8b8db1e814df18f990d806db63e149749f2bb7d")]
public sealed record ChunkSpawnedNPCData : IEquatable<ChunkSpawnedNPCData>
Inheritance
ChunkSpawnedNPCData
Implements
Inherited Members

Properties

Codec

public static Codec<ChunkSpawnedNPCData> Codec { get; }

Property Value

Codec<ChunkSpawnedNPCData>

EnvironmentSpawnCounts

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

Property Value

Dictionary<string, double>