Table of Contents

Class WeightedNPCSpawn

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

Properties

Codec

public static Codec<WeightedNPCSpawn> Codec { get; }

Property Value

Codec<WeightedNPCSpawn>

CountRange

public List<int>? CountRange { get; init; }

Property Value

List<int>

Id

public string Id { get; init; }

Property Value

string

Weight

public double Weight { get; init; }

Property Value

double