fixed wrong namespace

This commit is contained in:
kremsy 2017-04-25 19:28:52 +02:00
parent a35f2433d5
commit b7572126dd
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
namespace ManiaControl\Callbacks\Structures\ShootMania; namespace ManiaControl\Callbacks\Structures\Common;
use ManiaControl\Callbacks\Structures\Common\BaseStructure; use ManiaControl\Callbacks\Structures\Common\BaseStructure;

View File

@ -2,6 +2,8 @@
namespace ManiaControl\Callbacks\Structures\ShootMania; namespace ManiaControl\Callbacks\Structures\ShootMania;
use ManiaControl\Callbacks\Structures\Common\CommonCommandStructure;
/** /**
* Structure Class for the OnCommand Structure Callback * Structure Class for the OnCommand Structure Callback

View File

@ -3,10 +3,8 @@
namespace ManiaControl\Callbacks\Structures\TrackMania; namespace ManiaControl\Callbacks\Structures\TrackMania;
use ManiaControl\Callbacks\Structures\Common\BaseStructure; use ManiaControl\Callbacks\Structures\Common\CommonCommandStructure;
use ManiaControl\Callbacks\Structures\Common\BaseTimeStructure;
use ManiaControl\Callbacks\Structures\ShootMania\CommonCommandStructure;
use ManiaControl\ManiaControl;
/** /**
* Structure Class for the OnCommand Structure Callback * Structure Class for the OnCommand Structure Callback
* *

View File

@ -52,7 +52,7 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener,
/* /*
* Constants * Constants
*/ */
const VERSION = '0.203'; const VERSION = '0.204';
const API_VERSION = '2013-04-16'; const API_VERSION = '2013-04-16';
const MIN_DEDIVERSION = '2017-04-13_23_00'; const MIN_DEDIVERSION = '2017-04-13_23_00';
const SCRIPT_TIMEOUT = 10; const SCRIPT_TIMEOUT = 10;