Table of Contents

Class RefillState

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

Properties

AllowedFluids

public List<string> AllowedFluids { get; init; }

Property Value

List<string>

Codec

public static Codec<RefillState> Codec { get; }

Property Value

Codec<RefillState>

Durability

public double Durability { get; init; }

Property Value

double

TransformFluid

public string? TransformFluid { get; init; }

Property Value

string