PHPWarrior\Units\Wizard::shoot_power PHP Method

shoot_power() public method

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