[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

View file

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