using System.Collections; using System.Collections.Generic; using UnityEngine; namespace EnemyAI { public class Blackboard { public bool Night { get; set; } } }