Working on games...

This commit is contained in:
Ad5001 2016-07-31 13:25:30 +03:00
parent ab17e5be2a
commit fb22b22bd3
5 changed files with 25 additions and 2 deletions

10
games/Example.php Normal file
View file

@ -0,0 +1,10 @@
<?php
use Ad5001\GameManager\Game;
use pocketmine\Player;
class Example extends Game {
public function onGameStart() {
$this->getLogger()->info("Game");
}
}