Table of Contents

Class WaterGrowthModifierAsset

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

Properties

Codec

public static Codec<WaterGrowthModifierAsset> Codec { get; }

Property Value

Codec<WaterGrowthModifierAsset>

Fluids

public List<string>? Fluids { get; init; }

Property Value

List<string>

Modifier

public double Modifier { get; init; }

Property Value

double

RainDuration

public int RainDuration { get; init; }

Property Value

int

Weathers

public List<string>? Weathers { get; init; }

Property Value

List<string>