using System; using UnityEngine; public class LeapMgr : MonoBehaviour { public Transform m_trHandHitL; public Transform m_trHandHitR; }