GrapplingGunSystem.cs 147 B

12345678
  1. using Content.Shared.Weapons.Misc;
  2. namespace Content.Server.Weapons.Misc;
  3. public sealed class GrapplingGunSystem : SharedGrapplingGunSystem
  4. {
  5. }