using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class OcclusionBase : MonoBehaviour { public bool isVisible { get; set; } public DateTime lastSeen { get; set; } }