aboutsummaryrefslogtreecommitdiff
path: root/features/featureBase/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'features/featureBase/index.js')
-rw-r--r--features/featureBase/index.js24
1 files changed, 0 insertions, 24 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