mirror of
https://github.com/Insality/druid.git
synced 2025-11-26 19:00:50 +01: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