13 lines
257 B
C#
13 lines
257 B
C#
using Content.Shared.Actions;
|
|
|
|
namespace Content.Shared._White.HardlightSpear;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class HardlightSpearComponent : Component
|
|
{
|
|
}
|
|
|
|
public sealed partial class ActivateHardlightSpearImplantEvent : InstantActionEvent
|
|
{
|
|
}
|