Changed default core-requirement for tons of elements and plugins

This commit is contained in:
Robert Jelic
2025-11-04 10:01:09 +01:00
parent 1ade7ff00a
commit b4c987d2bd
29 changed files with 34 additions and 20 deletions

View File

@@ -1,6 +1,7 @@
local elementManager = require("elementManager")
local BaseElement = elementManager.getElement("BaseElement")
---@cofnigDescription The Timer is a non-visual element that can be used to perform actions at specific intervals.
---@configDefault false
--- The Timer is a non-visual element that can be used to perform actions at specific intervals.
---@class Timer : BaseElement