From ab17e5be2a1cd14c30e940e4159c3f97e6304bcf Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Sun, 31 Jul 2016 14:10:20 +0300 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 38e17b2..0856b5d 100644 --- a/README.md +++ b/README.md @@ -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 ".php". Inside it, add a -`` -"; -} - +public function getName() : string { +return ""; +} + public function getMaxPlayers() : int { // Return the max of the players return ; } -// Write in progress :) -} +// Write in progress :) +} + ``