namespace Content.Shared.Body.Part.Properties.Movement { /// /// Defines the leg-based locomotion ability of a BodyPart. Required for humanoid-like movement. Must be connected to a /// with /// and to work. /// public class FootProperty : BodyPartProperty { } }