TrackManiaControl/core/Commands/CommandListener.php
2015-01-19 11:06:20 +01:00

14 lines
296 B
PHP

<?php
namespace ManiaControl\Commands;
/**
* Interface for Command Listeners
*
* @author ManiaControl Team <mail@maniacontrol.com>
* @copyright 2014-2015 ManiaControl Team
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
interface CommandListener {
}