summary refs log tree commit diff
path: root/src/util/plugin/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2022-08-13 02:14:41 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-04 10:48:54 +0200
commitfc0465dee141ebbba68a65f4f71d315a7e9a2aed (patch)
tree13897bd1c8a0d095799d8b902295ec2b19b707ec /src/util/plugin/index.ts
parentBasic client patching system (diff)
downloadserver-fc0465dee141ebbba68a65f4f71d315a7e9a2aed.tar.xz
feat(plugins): loader
Diffstat (limited to '')
-rw-r--r--src/util/plugin/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/plugin/index.ts b/src/util/plugin/index.ts
new file mode 100644
index 00000000..c4c0c2ac
--- /dev/null
+++ b/src/util/plugin/index.ts
@@ -0,0 +1,3 @@
+export * from "./Plugin";
+export * from "./PluginLoader";
+export * from "./PluginManifest";