mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[PCCompat > Entities] Plugin: Add goosemodHandlers object prox
This commit is contained in:
parent
c4dcbb69ce
commit
a597534581
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
export class Plugin {
|
||||
constructor() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
get goosemodHandlers() {
|
||||
return {
|
||||
onImport: this.startPlugin,
|
||||
onRemove: this.pluginWillUnload
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue