mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 06:43:54 +00:00
edit templates for module and plugin
This commit is contained in:
parent
ab0af5c61d
commit
2bb481111b
2 changed files with 20 additions and 10 deletions
|
|
@ -32,7 +32,8 @@ class BoswatchModul(ModuleBase):
|
|||
super().__init__(__name__, config) # you can access the config class on 'self.config'
|
||||
|
||||
def onLoad(self):
|
||||
"""!Called by import of the plugin"""
|
||||
"""!Called by import of the plugin
|
||||
Remove if not implemented"""
|
||||
pass
|
||||
|
||||
def doWork(self, bwPacket):
|
||||
|
|
@ -51,5 +52,6 @@ class BoswatchModul(ModuleBase):
|
|||
return bwPacket
|
||||
|
||||
def onUnload(self):
|
||||
"""!Called by destruction of the plugin"""
|
||||
"""!Called by destruction of the plugin
|
||||
Remove if not implemented"""
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue