Delta-v/Content.Server/Explosion/Components/ExplosionLaunchedComponent.cs

9 lines
233 B
C#

namespace Content.Server.Explosion.Components;
// TODO EXPLOSION make this a tag? or just get rid of it and launch all unanchored physics entities?
[RegisterComponent]
public sealed class ExplosionLaunchedComponent : Component
{
}