2022-06-01 19:59:58 +10:00
|
|
|
namespace Content.Client.Effects;
|
|
|
|
|
|
2022-09-29 15:51:59 +10:00
|
|
|
/// <summary>
|
|
|
|
|
/// Deletes the attached entity whenever any animation completes. Used for temporary client-side entities.
|
|
|
|
|
/// </summary>
|
2022-06-01 19:59:58 +10:00
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class EffectVisualsComponent : Component {}
|