TrackManiaControl/core/Commands/CommandListener.php

14 lines
291 B
PHP
Raw Normal View History

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