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