so as asked above how would i fix it here?
public void fire()
{
if (detectHuman(<the issue is the void here>) == true)
{
shoot();
}
}


