Table of Contents

Class ItemMovementSettings

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

Properties

Codec

public static Codec<ItemMovementSettings> Codec { get; }

Property Value

Codec<ItemMovementSettings>

ExtraJumpCount

public int ExtraJumpCount { get; init; }

Property Value

int

ExtraJumpParticleSystem

public string? ExtraJumpParticleSystem { get; init; }

Property Value

string

ExtraJumpSoundEvent

public string? ExtraJumpSoundEvent { get; init; }

Property Value

string