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