modified: src/Matthww/PlayerInfo/Tasks/FetchModelsTask.php

This commit is contained in:
Keenan Yafiq 2023-08-15 20:26:03 +07:00
parent b805123b10
commit 7ac9fd5280

View File

@ -6,8 +6,8 @@ use pocketmine\utils\Internet;
class FetchModelsTask extends AsyncTask { class FetchModelsTask extends AsyncTask {
private $path; protected $path;
private $version; protected $version;
public function __construct(string $path, string $version) { public function __construct(string $path, string $version) {
$this->path = $path; $this->path = $path;