PHPWarrior\Units\Archer::shoot_power PHP 메소드

shoot_power() 공개 메소드

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