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

shoot_power() public méthode

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