1
0
Fork 0
mirror of https://github.com/sbrl/Minetest-WorldEditAdditions.git synced 2025-03-26 01:54:57 +00:00

added setting_handler

This commit is contained in:
VorTechnix 2023-05-24 16:02:51 -07:00
parent 16afb9eddc
commit 8de2892907

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")