@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace eXpansion\Bundle\Maps\Plugins\Gui; |
| 4 | 4 | |
| 5 | -use eXpansion\Bundle\Maps\Plugins\Jukebox; |
|
| 6 | 5 | use eXpansion\Bundle\Maps\Plugins\ManiaExchange; |
| 7 | 6 | use eXpansion\Bundle\Maps\Structure\MxInfo; |
| 8 | 7 | use eXpansion\Framework\Core\Helpers\Http; |
@@ -12,9 +12,7 @@ |
||
| 12 | 12 | use eXpansion\Framework\Core\Plugins\Gui\GridWindowFactory; |
| 13 | 13 | use eXpansion\Framework\Core\Services\Console; |
| 14 | 14 | use FML\Controls\Frame; |
| 15 | -use FML\Script\Features\ScriptFeature; |
|
| 16 | 15 | use FML\Script\Script; |
| 17 | -use FML\Script\ScriptLabel; |
|
| 18 | 16 | use Maniaplanet\DedicatedServer\Connection; |
| 19 | 17 | |
| 20 | 18 | |
@@ -2,15 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace eXpansion\Bundle\Menu\Plugins\Gui; |
| 4 | 4 | |
| 5 | -use eXpansion\Framework\AdminGroups\Helpers\AdminGroups; |
|
| 6 | 5 | use eXpansion\Framework\Core\Model\Gui\ManialinkInterface; |
| 7 | -use eXpansion\Framework\Core\Model\Gui\ManiaScriptFactory; |
|
| 8 | -use eXpansion\Framework\Core\Model\Gui\Widget; |
|
| 9 | 6 | use eXpansion\Framework\Core\Model\Gui\WidgetFactoryContext; |
| 10 | 7 | use eXpansion\Framework\Core\Plugins\Gui\WidgetFactory; |
| 11 | -use FML\Controls\Frame; |
|
| 12 | -use FML\Controls\Label; |
|
| 13 | -use FML\Controls\Quad; |
|
| 14 | 8 | |
| 15 | 9 | |
| 16 | 10 | /** |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use eXpansion\Bundle\Menu\Services\ItemBuilder; |
| 8 | 8 | use eXpansion\Bundle\Menu\Services\ItemFactoryInterface; |
| 9 | 9 | use eXpansion\Framework\AdminGroups\Helpers\AdminGroups; |
| 10 | -use FML\Controls\Quad; |
|
| 11 | 10 | |
| 12 | 11 | /** |
| 13 | 12 | * Class ItemParentFactory |
@@ -14,9 +14,7 @@ |
||
| 14 | 14 | use eXpansion\Framework\Gui\Components\uiButton; |
| 15 | 15 | use eXpansion\Framework\Gui\Components\uiLabel; |
| 16 | 16 | use FML\Controls\Frame; |
| 17 | -use FML\Controls\Label; |
|
| 18 | 17 | use FML\Controls\Quad; |
| 19 | -use FML\Script\ScriptLabel; |
|
| 20 | 18 | |
| 21 | 19 | |
| 22 | 20 | /** |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace eXpansion\Framework\Core\Plugins\Gui; |
| 4 | 4 | |
| 5 | -use eXpansion\Framework\Core\DataProviders\Listener\ListenerInterfaceExpUserGroup; |
|
| 6 | 5 | use eXpansion\Framework\Core\Model\Gui\Manialink; |
| 7 | 6 | use eXpansion\Framework\Core\Model\Gui\ManialinkFactoryContext; |
| 8 | 7 | use eXpansion\Framework\Core\Model\Gui\ManialinkFactoryInterface; |
@@ -3,17 +3,10 @@ discard block |
||
| 3 | 3 | namespace eXpansion\Bundle\Admin\Plugins\Gui; |
| 4 | 4 | |
| 5 | 5 | use eXpansion\Framework\AdminGroups\Helpers\AdminGroups; |
| 6 | -use eXpansion\Framework\GameManiaplanet\DataProviders\Listener\ListenerInterfaceMpLegacyManialink; |
|
| 7 | -use eXpansion\Framework\Core\Model\Gui\Grid\DataCollectionFactory; |
|
| 8 | -use eXpansion\Framework\Core\Model\Gui\Grid\GridBuilder; |
|
| 9 | -use eXpansion\Framework\Core\Model\Gui\Grid\GridBuilderFactory; |
|
| 10 | 6 | use eXpansion\Framework\Core\Model\Gui\ManialinkInterface; |
| 11 | 7 | use eXpansion\Framework\Core\Model\Gui\WindowFactoryContext; |
| 12 | -use eXpansion\Framework\Core\Model\UserGroups\Group; |
|
| 13 | -use eXpansion\Framework\Core\Plugins\Gui\GridWindowFactory; |
|
| 14 | 8 | use eXpansion\Framework\Core\Plugins\Gui\WindowFactory; |
| 15 | 9 | use eXpansion\Framework\Core\Services\Console; |
| 16 | -use eXpansion\Framework\Gui\Components\uiAnimation; |
|
| 17 | 10 | use eXpansion\Framework\Gui\Components\uiButton; |
| 18 | 11 | use eXpansion\Framework\Gui\Components\uiCheckbox; |
| 19 | 12 | use eXpansion\Framework\Gui\Components\uiDropdown; |
@@ -22,8 +15,6 @@ discard block |
||
| 22 | 15 | use eXpansion\Framework\Gui\Components\uiLabel; |
| 23 | 16 | use eXpansion\Framework\Gui\Components\uiTextbox; |
| 24 | 17 | use FML\Controls\Frame; |
| 25 | -use FML\Controls\Label; |
|
| 26 | -use FML\Controls\Quad; |
|
| 27 | 18 | use Maniaplanet\DedicatedServer\Connection; |
| 28 | 19 | use Maniaplanet\DedicatedServer\Structures\ServerOptions; |
| 29 | 20 | |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use eXpansion\Bundle\Menu\Services\ItemFactoryInterface; |
| 8 | 8 | use eXpansion\Framework\AdminGroups\Helpers\AdminGroups; |
| 9 | 9 | use eXpansion\Framework\GameManiaplanet\DataProviders\ChatCommandDataProvider; |
| 10 | -use FML\Controls\Quad; |
|
| 11 | 10 | |
| 12 | 11 | /** |
| 13 | 12 | * Class ItemChatCommandFactory |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use eXpansion\Bundle\Menu\Model\Menu\ParentItem; |
| 7 | 7 | use eXpansion\Bundle\Menu\Services\ItemBuilder; |
| 8 | 8 | use eXpansion\Framework\Core\DataProviders\AbstractDataProvider; |
| 9 | -use FML\Controls\Quad; |
|
| 10 | 9 | |
| 11 | 10 | /** |
| 12 | 11 | * Class MenuItemProvider |