* Explosions * fix yaml typo and prevent silly UI inputs * oop Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
9 lines
233 B
C#
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
|
|
{
|
|
}
|