6
StarHorizon_Public/Content.Client/Effects/EffectVisualsComponent.cs
2025-11-07 12:32:48 +03:00

8 lines
257 B
C#

namespace Content.Client.Effects;
/// <summary>
/// Deletes the attached entity whenever any animation completes. Used for temporary client-side entities.
/// </summary>
[RegisterComponent]
public sealed partial class EffectVisualsComponent : Component {}