Beam Component and Lightning Component (#10196)
This commit is contained in:
8
Content.Server/Beam/Components/BeamComponent.cs
Normal file
8
Content.Server/Beam/Components/BeamComponent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Content.Shared.Beam.Components;
|
||||
|
||||
namespace Content.Server.Beam.Components;
|
||||
[RegisterComponent]
|
||||
public sealed class BeamComponent : SharedBeamComponent
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user