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