using UnityEngine; public class ArmRight : MonoBehaviour { private void Start() { } private void Update() { } }