PHPWarrior\Units\Wizard::shoot_power PHP Méthode

shoot_power() public méthode

Shooting power for the wizard.
public shoot_power ( ) : integer
Résultat integer
    public function shoot_power()
    {
        return 11;
    }