void CheckVision() { if (vision.IsInLineOfSight(player)) { SetIsAlerted(true); } else { SetIsAlerted(false); } }