summary refs log tree commit diff
path: root/src/util/plugin/plugin_data_objects/MessageEventArgs.ts
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-13 12:22:26 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-04 10:48:54 +0200
commit6d17f44f9b16fb78abf8a5689b63c88550b9b1a8 (patch)
tree898248e60883dceac343c93e6b4348ce5d5394bd /src/util/plugin/plugin_data_objects/MessageEventArgs.ts
parentGit workflow - partial list of Ubuntu dependencies (diff)
downloadserver-6d17f44f9b16fb78abf8a5689b63c88550b9b1a8.tar.xz
Plugins finally load!
Diffstat (limited to 'src/util/plugin/plugin_data_objects/MessageEventArgs.ts')
-rw-r--r--src/util/plugin/plugin_data_objects/MessageEventArgs.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/plugin/plugin_data_objects/MessageEventArgs.ts b/src/util/plugin/plugin_data_objects/MessageEventArgs.ts
new file mode 100644

index 00000000..0a3498c2 --- /dev/null +++ b/src/util/plugin/plugin_data_objects/MessageEventArgs.ts
@@ -0,0 +1,7 @@ +export interface PreMessageEventArgs { + +} + +export interface OnMessageEventArgs { + +}