PHPWarrior\Units\Wizard::max_health PHP 메소드

max_health() 공개 메소드

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