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
CountRange
public List<int>? CountRange { get; init; }
Property Value
Id
public string Id { get; init; }
Property Value
Weight
public double Weight { get; init; }