using System.Collections; using System.Collections.Generic; using UnityEngine; using CSVReader; public abstract class AbstractSensorHandler : MonoBehaviour { /// /// List to keep track of the SensorGameobjects /// public Dictionary SensorList; }