// Update is called once per frame void Update() { monsterSight.SightUpdate(); monsterMovement.MovementUpdate(); monsterHealth.HealthUpdate(); }