moved Utility classes into own folder+namespace

This commit is contained in:
Steffen Schröder
2014-05-13 14:32:30 +02:00
parent 2fd501f2e8
commit 00eb49414a
30 changed files with 39 additions and 37 deletions

View File

@ -3,7 +3,7 @@
namespace ManiaControl\Server;
use ManiaControl\Callbacks\TimerListener;
use ManiaControl\Formatter;
use ManiaControl\Utils\Formatter;
use ManiaControl\ManiaControl;
use ManiaControl\Plugins\Plugin;
use Maniaplanet\DedicatedServer\Xmlrpc\Exception;