14 lines
137 B
PHP
14 lines
137 B
PHP
|
<?php
|
||
|
|
||
|
namespace FML\Script;
|
||
|
|
||
|
/**
|
||
|
* Interface representing a script feature
|
||
|
*
|
||
|
* @author steeffeen
|
||
|
*/
|
||
|
interface ScriptFeature {
|
||
|
}
|
||
|
|
||
|
?>
|