Last active
April 13, 2018 16:40
-
-
Save PJZ9n/b9dd138404065a891526137a84281cb4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace パス; | |
use pocketmine\scheduler\PluginTask; | |
class StatusTask extends PluginTask { | |
public function __construct($owner) { | |
parent::__construct($owner); | |
} | |
public function onRun(int $ticks) { | |
//no | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment