Skip to content

Instantly share code, notes, and snippets.

@PJZ9n
Last active April 13, 2018 16:40
Show Gist options
  • Save PJZ9n/b9dd138404065a891526137a84281cb4 to your computer and use it in GitHub Desktop.
Save PJZ9n/b9dd138404065a891526137a84281cb4 to your computer and use it in GitHub Desktop.
<?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