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