Table of Contents

Class EntityStatEffects

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

Properties

Codec

public static Codec<EntityStatEffects> Codec { get; }

Property Value

Codec<EntityStatEffects>

Interactions

public string? Interactions { get; init; }

Property Value

string

Particles

public List<ModelParticle>? Particles { get; init; }

Property Value

List<ModelParticle>

SoundEventId

public string? SoundEventId { get; init; }

Property Value

string

TriggerAtZero

public bool TriggerAtZero { get; init; }

Property Value

bool