using UnityEngine; public class EquipmentPreview : MonoBehaviour { public Transform cameraPosition; private void Start() { } }