mirror of
https://github.com/zoriya/lz.n.git
synced 2026-06-02 02:45:11 +00:00
feat: add before hook
This commit is contained in:
@@ -18,6 +18,7 @@ error("Cannot import a meta module")
|
||||
|
||||
--- @class lz.n.PluginHooks
|
||||
--- @field beforeAll? fun(self:lz.n.Plugin) Will be run before loading any plugins
|
||||
--- @field before? fun(self:lz.n.Plugin) Will be run before loading this plugin
|
||||
--- @field after? fun(self:lz.n.Plugin) Will be executed after loading this plugin
|
||||
|
||||
--- @class lz.n.PluginHandlers
|
||||
|
||||
Reference in New Issue
Block a user