Class ChargingDelay
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/ChargingDelay", "48160e456d46e79b9429968810629128324243b39bf692a6f7084b770c9f8ed3")]
public sealed record ChargingDelay : IEquatable<ChargingDelay>
- Inheritance
-
ChargingDelay
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<ChargingDelay> Codec { get; }
Property Value
- Codec<ChargingDelay>
MaxDelay
public float MaxDelay { get; init; }
Property Value
- float
MaxHealth
public float MaxHealth { get; init; }
Property Value
- float
MaxTotalDelay
public float MaxTotalDelay { get; init; }
Property Value
- float
MinDelay
public float MinDelay { get; init; }
Property Value
- float
MinHealth
public float MinHealth { get; init; }
Property Value
- float