[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

@ -2,4 +2,11 @@ export class Plugin {
constructor() {
}
get goosemodHandlers() {
return {
onImport: this.startPlugin,
onRemove: this.pluginWillUnload
};
}
}