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:
parent
b805123b10
commit
7ac9fd5280
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user