|
@@ -2,21 +2,15 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace eXpansion\Bundle\VoteManager\Plugins; |
|
4
|
4
|
|
|
5
|
|
-use eXpansion\Bundle\Maps\Services\JukeboxService; |
|
6
|
5
|
use eXpansion\Bundle\VoteManager\Plugins\Gui\Widget\UpdateVoteWidgetFactory; |
|
7
|
6
|
use eXpansion\Bundle\VoteManager\Plugins\Gui\Widget\VoteWidgetFactory; |
|
8
|
7
|
use eXpansion\Bundle\VoteManager\Plugins\Votes\AbstractVotePlugin; |
|
9
|
8
|
use eXpansion\Bundle\VoteManager\Services\VoteService; |
|
10
|
9
|
use eXpansion\Bundle\VoteManager\Structures\Vote; |
|
11
|
10
|
use eXpansion\Framework\Core\DataProviders\Listener\ListenerInterfaceExpTimer; |
|
12
|
|
-use eXpansion\Framework\Core\Helpers\ChatNotification; |
|
13
|
11
|
use eXpansion\Framework\Core\Model\UserGroups\Group; |
|
14
|
|
-use eXpansion\Framework\Core\Services\Console; |
|
15
|
12
|
use eXpansion\Framework\Core\Storage\Data\Player; |
|
16
|
|
-use eXpansion\Framework\Core\Storage\MapStorage; |
|
17
|
13
|
use eXpansion\Framework\GameManiaplanet\DataProviders\Listener\ListenerInterfaceMpLegacyVote; |
|
18
|
|
-use eXpansion\Framework\GameManiaplanet\DataProviders\Listener\ListenerInterfaceMpScriptPodium; |
|
19
|
|
-use Maniaplanet\DedicatedServer\Connection; |
|
20
|
14
|
|
|
21
|
15
|
class VoteManager implements ListenerInterfaceMpLegacyVote, ListenerInterfaceExpTimer |
|
22
|
16
|
{ |
Please login to merge, or discard this patch.