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