Files
OldThink/Content.Shared/_White/HardlightSpear/HardlightSpearComponent.cs

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
{
}