PHPWarrior\Units\Archer::max_health PHP Method

max_health() public method

Maximun health
public max_health ( ) : integer
return integer
    public function max_health()
    {
        return 7;
    }