From fc0465dee141ebbba68a65f4f71d315a7e9a2aed Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 13 Aug 2022 02:14:41 +0200 Subject: feat(plugins): loader --- src/util/plugin/Plugin.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/util/plugin/Plugin.ts (limited to 'src/util/plugin/Plugin.ts') diff --git a/src/util/plugin/Plugin.ts b/src/util/plugin/Plugin.ts new file mode 100644 index 00000000..246e9931 --- /dev/null +++ b/src/util/plugin/Plugin.ts @@ -0,0 +1,5 @@ +export class Plugin { + onPluginLoaded() { + console.log('no onpluginloaded!') + } +} \ No newline at end of file -- cgit 1.5.1