Files
tbd-station-14/Content.Shared/Weapons/Misc/GrapplingProjectileComponent.cs
2023-05-27 14:15:15 +10:00

10 lines
179 B
C#

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