- deleted test plugin
- added FML Library
This commit is contained in:
13
application/FML/Script/ScriptFeature.php
Normal file
13
application/FML/Script/ScriptFeature.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace FML\Script;
|
||||
|
||||
/**
|
||||
* Interface representing a script feature
|
||||
*
|
||||
* @author steeffeen
|
||||
*/
|
||||
interface ScriptFeature {
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user