using Content.Shared._DV.Grappling.EntitySystems; namespace Content.Shared._DV.Grappling.Components; /// /// Marks this entity as a valid target for grapples. /// [RegisterComponent] [Access(typeof(SharedGrapplingSystem))] public sealed partial class GrappleTargetComponent : Component;