TrackManiaControl/core/Commands/CommandListener.php

14 lines
296 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>
2020-01-22 10:39:35 +01:00
* @copyright 2014-2020 ManiaControl Team
2014-05-02 17:50:30 +02:00
* @license http://www.gnu.org/licenses/ GNU General Public License, Version 3
*/
interface CommandListener {
}