using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class NPCTriggerController : PermanentTriggerBase { public Action callback; public NPCController npcController; public bool Forbid_NpcCtrl; }