TrackManiaControl/application/core/pluginHandler.php

16 lines
141 B
PHP
Raw Normal View History

2013-11-09 11:06:04 +01:00
<?php
2013-11-09 12:20:38 +01:00
namespace ManiaControl;
2013-11-09 11:06:04 +01:00
/**
* Class handles plugins
*
* @author Lukas Kremsmayr and steeffeen
*/
class PluginHandler {
}
?>