mirror of
https://github.com/Insality/druid
synced 2025-09-28 02:22:19 +02:00
#160 Remove component interests, now setup it with function declaring
This commit is contained in:
@@ -18,7 +18,7 @@ local Event = require("druid.event")
|
||||
local settings = require("druid.system.settings")
|
||||
local component = require("druid.component")
|
||||
|
||||
local LangText = component.create("lang_text", { component.ON_LANGUAGE_CHANGE })
|
||||
local LangText = component.create("lang_text")
|
||||
|
||||
|
||||
--- Component init function
|
||||
|
Reference in New Issue
Block a user