using UnityEngine; namespace Rigging.BodyPart { public class Hip : BodyPartBase { private void Start() { } private void Update() { } } }