mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
#160 Remove component interests, now setup it with function declaring
This commit is contained in:
@@ -35,7 +35,7 @@ local formats = require("druid.helper.formats")
|
||||
local helper = require("druid.helper")
|
||||
local component = require("druid.component")
|
||||
|
||||
local Timer = component.create("timer", { component.ON_UPDATE })
|
||||
local Timer = component.create("timer")
|
||||
|
||||
|
||||
--- Component init function
|
||||
|
Reference in New Issue
Block a user