Update editor scripts

This commit is contained in:
Insality
2025-04-19 18:03:50 +03:00
parent 8d2b8c25a0
commit 50e59d9469
19 changed files with 1118 additions and 280 deletions

View File

@@ -0,0 +1,9 @@
---@class widget.{COMPONENT_TYPE}: druid.widget
local M = {}
function M:init()
end
return M