aboutsummaryrefslogtreecommitdiff
path: root/features/featureBase
diff options
context:
space:
mode:
Diffstat (limited to 'features/featureBase')
-rw-r--r--features/featureBase/index.js24
-rw-r--r--features/featureBase/metadata.json8
2 files changed, 0 insertions, 32 deletions
diff --git a/features/featureBase/index.js b/features/featureBase/index.js
deleted file mode 100644
index 7a11945..0000000
--- a/features/featureBase/index.js
+++ /dev/null
@@ -1,24 +0,0 @@
-/// <reference types="../../../CTAutocomplete" />
-/// <reference lib="es2015" />
-import Feature from "../../featureClass/class";
-
-class FeatureBase extends Feature {
- constructor() {
- super()
- }
-
- onEnable(){
- this.initVariables()
- }
-
- initVariables(){
- }
-
- onDisable(){
- this.initVariables()
- }
-}
-
-module.exports = {
- class: new FeatureBase()
-} \ No newline at end of file
diff --git a/features/featureBase/metadata.json b/features/featureBase/metadata.json
deleted file mode 100644
index a6b411d..0000000
--- a/features/featureBase/metadata.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "name": "Feature Base",
- "description": "Copy paste and edit this to create a new feature",
- "isHidden": true,
- "isTogglable": false,
- "defaultEnabled": false,
- "sortA": 1
-} \ No newline at end of file