void Awake()
    {
        instance = this;

        player = GameObject.FindWithTag("player");
        playerPhysics = player.GetComponent<PlayerPhysics>();
    }
 void Awake()
 {
     humanAttackai = GetComponent<HumanAIAttackController>();
 }