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
Interactions
public string? Interactions { get; init; }
Property Value
Particles
public List<ModelParticle>? Particles { get; init; }
Property Value
SoundEventId
public string? SoundEventId { get; init; }
Property Value
TriggerAtZero
public bool TriggerAtZero { get; init; }