TrackManiaControl/application/core/Commands/CommandListener.php
2013-12-15 09:00:30 +01:00

12 lines
148 B
PHP

<?php
namespace ManiaControl\Commands;
/**
* Interface for command listeners
*
* @author steeffeen & kremsy
*/
interface CommandListener {
}