Gitable/src/Ad5001/Gitable/Windows.php

42 lines
275 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 Windows {
public function __construct(Main $main) {
$this->main = $main;
$this->server = $main->getServer();
}
}