Files
tbd-station-14/Content.Shared/Weapons/Misc/GrapplingProjectileComponent.cs

10 lines
187 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Weapons.Misc;
[RegisterComponent, NetworkedComponent]
public sealed partial class GrapplingProjectileComponent : Component
{
}