using System.Collections.Generic; using UnityEngine; public class StatuesDetectionController : MonoBehaviour { public List statueDetections = new List(); }