mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02: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