TrackManiaControl/application/core/Callbacks/TimerListener.php

15 lines
210 B
PHP
Raw Normal View History

2014-01-30 22:35:32 +01:00
<?php
/**
* Interface for TimerListener
*
* @author steeffeen & kremsy
*/
namespace ManiaControl\Callbacks;
interface TimerListener {
/**
* Constants
*/
const TIMERLISTENER_INTERFACE = __CLASS__;
}