namespace Content.Shared.Body.Part.Properties.Other { /// /// Defines the item grasping ability of a BodyPart. Distance is determined by the /// ExtensionProperties of the current BodyPart or attached BodyParts. /// public class GraspProperty : BodyPartProperty { } }