// Use this for initialization void Awake() { _animator = GetComponent <Animator>(); _controller = GetComponent <NightmareHunterController>(); }
protected void Start() { _characterController = GetComponent <NightmareHunterController>(); _aiManager = new NightmareHunterGateAiStateManager(this); }