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