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