Files
crystall-punk-14/Content.Shared/Weapons/Misc/GrapplingProjectileComponent.cs

10 lines
187 B
C#
Raw Permalink Normal View History

2023-05-27 14:15:15 +10:00
using Robust.Shared.GameStates;
namespace Content.Shared.Weapons.Misc;
[RegisterComponent, NetworkedComponent]
public sealed partial class GrapplingProjectileComponent : Component
2023-05-27 14:15:15 +10:00
{
}