TrackManiaControl/application/core/FML/Script/Sections/Constants.php

17 lines
228 B
PHP
Raw Normal View History

<?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();
}