Update README.md
This commit is contained in:
parent
640ad2949e
commit
ab17e5be2a
1 changed files with 8 additions and 8 deletions
|
@ -5,8 +5,7 @@ I made this for me at start but feel free to use it to write your own minigame !
|
|||
### How to make a game:
|
||||
To make a game base, create a new file called "<YOUR_GAME_NAME>.php". Inside it, add a
|
||||
|
||||
``
|
||||
<?php
|
||||
``<?php
|
||||
|
||||
use Ad5001\GameManager\Game;
|
||||
use pocketmine\Player;
|
||||
|
@ -35,4 +34,5 @@ return <NUMBER OF PLAYERS MAX>;
|
|||
|
||||
// Write in progress :)
|
||||
}
|
||||
|
||||
``
|
||||
|
|
Loading…
Reference in a new issue