1
0
mirror of https://github.com/Matthww/PlayerInfo.git synced 2025-05-16 01:48:35 +00:00

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

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