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

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