Druid instance refactoring

This commit is contained in:
Insality
2020-02-03 22:16:01 +03:00
parent be8869951a
commit 9ae07b4784
3 changed files with 33 additions and 29 deletions

View File

@@ -86,7 +86,7 @@ end
function M.set_text_function(callback)
settings.get_text = callback or const.EMPTY_FUNCTION
-- TODO: Update all localized text
-- TOOD: Need to store all current druid instances?
-- Need to store all current druid instances to iterate over it?
end