Class StatConfig
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/StatConfig", "32b66b26942eb615ee3fe53450d103f1f516551be4f08014c8219b5344ece336")]
public sealed record StatConfig : IEquatable<StatConfig>
- Inheritance
-
StatConfig
- Implements
- Inherited Members
Properties
Codec
public static Codec<StatConfig> Codec { get; }
Property Value
Initial
public float? Initial { get; init; }
Property Value
Max
public float Max { get; init; }