mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-10-31 21:33:02 +00:00
added setting_handler
This commit is contained in:
parent
16afb9eddc
commit
8de2892907
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue