Separate Dependency Initializations

This commit is contained in:
GreenComfyTea
2023-08-05 11:24:26 +03:00
parent 30672922c4
commit 4bdb4ee2e6
52 changed files with 284 additions and 72 deletions

View File

@@ -400,7 +400,7 @@ function this.init_names()
end
end
function this.init_module()
function this.init_dependencies()
buffs = require("MHR_Overlay.Buffs.buffs");
config = require("MHR_Overlay.Misc.config");
utils = require("MHR_Overlay.Misc.utils");
@@ -410,4 +410,7 @@ function this.init_module()
language = require("MHR_Overlay.Misc.language");
end
function this.init_module()
end
return this;