updated namespace
This commit is contained in:
parent
bd2c5a8c9c
commit
970d54cc35
@ -6,7 +6,7 @@
|
||||
* Time: 11:37
|
||||
*/
|
||||
|
||||
namespace ManiaControl\Callbacks\Structures\ShootMania;
|
||||
namespace ManiaControl\Callbacks\Structures\ShootMania\Models;
|
||||
|
||||
|
||||
class Landmark {
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace ManiaControl\Callbacks\Structures\ShootMania;
|
||||
namespace ManiaControl\Callbacks\Structures\ShootMania\Models;
|
||||
|
||||
|
||||
class Position {
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user