Move _fct_metatable to separate file druid_instance

This commit is contained in:
Insality
2020-01-30 01:01:45 +03:00
parent 9223862dc2
commit 513a4c141b
3 changed files with 175 additions and 166 deletions

View File

@@ -55,5 +55,6 @@ M.SPECIFIC_UI_MESSAGES = {
}
M.EMPTY_FUNCTION = function() end
M.EMPTY_STRING = ""
return M