PHPWarrior\Units\Archer::__construct PHP Method

__construct() public method

Class constructor.
public __construct ( )
    public function __construct()
    {
        $this->add_abilities(['shoot', 'look']);
    }