Table of Contents

Class GiveItemEffect

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

Properties

Codec

public static Codec<GiveItemEffect> Codec { get; }

Property Value

Codec<GiveItemEffect>

Delay

public float? Delay { get; init; }

Property Value

float?

Entry

public int Entry { get; init; }

Property Value

int

Event

public string? Event { get; init; }

Property Value

string

Interval

public float? Interval { get; init; }

Property Value

float?

Item

public string? Item { get; init; }

Property Value

string

OverflowBehavior

public OverflowBehavior? OverflowBehavior { get; init; }

Property Value

OverflowBehavior?

Quantity

public int Quantity { get; init; }

Property Value

int