Files
tbd-station-14/Content.Client/Effects/EffectVisualsComponent.cs
metalgearsloth f51248ecaa Melee refactor (#10897)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
2022-09-29 15:51:59 +10:00

8 lines
249 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 class EffectVisualsComponent : Component {}