1 | <?php |
||
18 | class TpsCommand extends PluginCommand |
||
19 | { |
||
20 | /** |
||
21 | * TpsCommand constructor. |
||
22 | * |
||
23 | * @param Plugin $owner |
||
24 | */ |
||
25 | public function __construct(Plugin $owner) |
||
31 | |||
32 | /** |
||
33 | * @param CommandSender $sender |
||
34 | * @param string $commandLabel |
||
35 | * @param array $args |
||
36 | * |
||
37 | * @return mixed |
||
38 | */ |
||
39 | public function execute(CommandSender $sender, string $commandLabel, array $args) |
||
45 | } |
||
46 |