[PCCompat > Entities] Plugin: Add goosemodHandlers object prox

This commit is contained in:
Ducko 2021-04-04 13:55:38 +01:00 committed by Keanu
parent c4dcbb69ce
commit a597534581
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
export class Plugin {
constructor() {
}
get goosemodHandlers() {
return {
onImport: this.startPlugin,
onRemove: this.pluginWillUnload
};
}
}