This commit is contained in:
2026-05-20 15:36:04 +09:00
23 changed files with 2964 additions and 3256 deletions
+1
View File
@@ -274,6 +274,7 @@ function ExpElement._prototype:draw(definition)
if not next(signals) then
-- If no signals then skip var arg
--- @cast definition LuaGuiElement.add_param
self._draw = function(_, parent)
return parent.add(definition)
end