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