Files
tbd-station-14/Content.Client/Effects/EffectVisualsComponent.cs

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 {}