summary refs log tree commit diff
path: root/src/util/plugin/plugin_data_objects/PluginLoadedEventArgs.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/plugin/plugin_data_objects/PluginLoadedEventArgs.ts')
-rw-r--r--src/util/plugin/plugin_data_objects/PluginLoadedEventArgs.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/plugin/plugin_data_objects/PluginLoadedEventArgs.ts b/src/util/plugin/plugin_data_objects/PluginLoadedEventArgs.ts
new file mode 100644
index 00000000..58829f15
--- /dev/null
+++ b/src/util/plugin/plugin_data_objects/PluginLoadedEventArgs.ts
@@ -0,0 +1,3 @@
+export interface PluginLoadedEventArgs {
+    
+}
\ No newline at end of file