Remove explosion networking jank (#12733)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Content.Shared.Explosion;
|
||||
|
||||
namespace Content.Server.Explosion;
|
||||
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(SharedExplosionVisualsComponent))]
|
||||
public sealed class ExplosionVisualsComponent : SharedExplosionVisualsComponent
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user