PHPWarrior\Units\Wizard::max_health PHP Method

max_health() public method

Maximun health for the wizard.
public max_health ( ) : integer
return integer
    public function max_health()
    {
        return 3;
    }