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