TrackManiaControl/application/core/Callbacks/TimerListener.php
2014-05-01 17:35:10 +02:00

15 lines
210 B
PHP

<?php
/**
* Interface for TimerListener
*
* @author steeffeen & kremsy
*/
namespace ManiaControl\Callbacks;
interface TimerListener {
/**
* Constants
*/
const TIMERLISTENER_INTERFACE = __CLASS__;
}