Working on games...
This commit is contained in:
parent
ab17e5be2a
commit
fb22b22bd3
5 changed files with 25 additions and 2 deletions
10
games/Example.php
Normal file
10
games/Example.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
use Ad5001\GameManager\Game;
|
||||
use pocketmine\Player;
|
||||
|
||||
class Example extends Game {
|
||||
|
||||
public function onGameStart() {
|
||||
$this->getLogger()->info("Game");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue