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