TrackManiaControl/application/core/FML/Script/ScriptFeature.php

14 lines
137 B
PHP
Raw Normal View History

<?php
namespace FML\Script;
/**
* Interface representing a script feature
*
* @author steeffeen
*/
interface ScriptFeature {
}
?>