using System.Collections; using System.Collections.Generic; using UnityEngine; public class BossController : NPCController { [SerializeField] private GameEvent onBossDead; }