updated namespace

This commit is contained in:
kremsy 2017-03-25 11:54:44 +01:00
parent bd2c5a8c9c
commit 970d54cc35
4 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@
* Time: 11:37
*/
namespace ManiaControl\Callbacks\Structures\ShootMania;
namespace ManiaControl\Callbacks\Structures\ShootMania\Models;
class Landmark {

View File

@ -1,7 +1,7 @@
<?php
namespace ManiaControl\Callbacks\Structures\ShootMania;
namespace ManiaControl\Callbacks\Structures\ShootMania\Models;
class Position {

View File

@ -4,6 +4,8 @@ namespace ManiaControl\Callbacks\Structures\ShootMania;
use ManiaControl\Callbacks\Structures\BaseStructure;
use ManiaControl\Callbacks\Structures\ShootMania\Models\Landmark;
use ManiaControl\Callbacks\Structures\ShootMania\Models\Position;
use ManiaControl\ManiaControl;
use ManiaControl\Players\Player;

View File

@ -4,6 +4,7 @@ namespace ManiaControl\Callbacks\Structures\ShootMania;
use ManiaControl\Callbacks\Structures\BaseStructure;
use ManiaControl\Callbacks\Structures\ShootMania\Models\Position;
use ManiaControl\ManiaControl;
use ManiaControl\Players\Player;