mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
Update editor scripts
This commit is contained in:
9
druid/templates/widget.lua.template
Normal file
9
druid/templates/widget.lua.template
Normal file
@@ -0,0 +1,9 @@
|
||||
---@class widget.{COMPONENT_TYPE}: druid.widget
|
||||
local M = {}
|
||||
|
||||
|
||||
function M:init()
|
||||
end
|
||||
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user