From 6d17f44f9b16fb78abf8a5689b63c88550b9b1a8 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 13 Aug 2022 12:22:26 +0200 Subject: Plugins finally load! --- src/util/plugin/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/plugin/index.ts') diff --git a/src/util/plugin/index.ts b/src/util/plugin/index.ts index c4c0c2ac..5974a065 100644 --- a/src/util/plugin/index.ts +++ b/src/util/plugin/index.ts @@ -1,3 +1,4 @@ export * from "./Plugin"; export * from "./PluginLoader"; export * from "./PluginManifest"; +export * from "./plugin_data_objects/index"; -- cgit 1.5.1