TrackManiaControl/application/core/Commands/CommandListener.php

12 lines
148 B
PHP
Raw Normal View History

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