PHPWarrior\Units\Archer::shoot_power PHP Method

shoot_power() public method

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