From a8b7079ff40a19bca5eece29abebf50ee1543c01 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 10 Jun 2016 19:28:10 +0200 Subject: [PATCH] Updated What are Scenarios (markdown) --- What-are-Scenarios.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/What-are-Scenarios.md b/What-are-Scenarios.md index 1caf8cc..b9d263f 100644 --- a/What-are-Scenarios.md +++ b/What-are-Scenarios.md @@ -11,9 +11,7 @@ To add a scenario to your UHC game, you need to be in waiting for more players, If you know all those, let's start: First, create a new File that will be your scenario code named **"YOUR_SCENARIO_NAME.php"**. Then, you'll need to add the class that will be your main class. So to do that, add some code inside: -># This is an example ! ->class YOUR_SCENARIO_NAME extends \Ad5001\UHC\scenario\Scenario { -> -> ->} +`