GameManager/games/Example.php

10 lines
174 B
PHP
Raw Normal View History

2016-07-31 10:25:30 +00:00
<?php
use Ad5001\GameManager\Game;
use pocketmine\Player;
class Example extends Game {
public function onGameStart() {
$this->getLogger()->info("Game");
}
}