added setting_handler

This commit is contained in:
VorTechnix 2023-05-24 16:02:51 -07:00
parent 16afb9eddc
commit 8de2892907
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ wea_c.EventEmitter = dofile(modpath.."/utils/EventEmitter.lua")
wea_c.Set = dofile(wea_c.modpath.."/utils/set.lua")
wea_c.setting_handler = dofile(wea_c.modpath.."/utils/setting_handler.lua")
wea_c.Vector3 = dofile(wea_c.modpath.."/utils/vector3.lua")
wea_c.Mesh, wea_c.Face = dofile(wea_c.modpath.."/utils/mesh.lua")