Gitable/src/Ad5001/Gitable/Linux.php

42 lines
272 B
PHP
Raw Normal View History

2016-09-23 14:24:04 +00:00
<?php
namespace Ad5001\Gitable;
use pocketmine\Server;
use pocketmine\Player;
use Ad5001\Gitable\Main;
class Dummy {
public function __construct(Main $main) {
$this->main = $main;
$this->server = $main->getServer()
}
}