// Update is called once per frame void Update() { //Debug.Log(PlayerManager.Instance.PlayerCurrHealth -= 10); _currState.Execute(); LookAtPlayer(); EnemyDeath(); }