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