2021-04-02 04:01:03 -06:00
|
|
|
|
2022-03-04 13:48:01 -06:00
|
|
|
namespace Content.Server.Explosion.Components;
|
2021-11-26 03:32:22 -08:00
|
|
|
|
2022-03-04 13:48:01 -06:00
|
|
|
// TODO EXPLOSION make this a tag? or just get rid of it and launch all unanchored physics entities?
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
public sealed class ExplosionLaunchedComponent : Component
|
|
|
|
|
{
|
2021-04-02 04:01:03 -06:00
|
|
|
}
|