Table of Contents

Class StaminaCost

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

Properties

Codec

public static Codec<StaminaCost> Codec { get; }

Property Value

Codec<StaminaCost>

CostType

public CostType? CostType { get; init; }

Property Value

CostType?

Value

public float? Value { get; init; }

Property Value

float?