TrackManiaControl/application/core/FML/Script/Sections/Constants.php
Steffen Schröder 666785de90 FML Update
2013-12-09 13:05:05 +01:00

17 lines
228 B
PHP

<?php
namespace FML\Script\Sections;
/**
* Script feature using constants
*
* @author steeffeen
*/
interface Constants {
/**
* Return array of constant values with names as keys
*/
public function getConstants();
}