Register ConvertUtils and ToolBox

This commit is contained in:
EvilFactory
2022-12-18 15:00:23 -03:00
parent dd71aacc49
commit 5288b58d47
2 changed files with 9 additions and 0 deletions
@@ -373,8 +373,14 @@ RegisterBarotrauma("TraitorMissionResult")
Register("FarseerPhysics.Dynamics.Body")
Register("FarseerPhysics.Dynamics.World")
Register("FarseerPhysics.Dynamics.Fixture")
Register("FarseerPhysics.ConvertUnits")
RegisterBarotrauma("Physics")
local toolBox = RegisterBarotrauma("ToolBox")
if CLIENT then
LuaUserData.RemoveMember(toolBox, "OpenFileWithShell")
end
RegisterBarotrauma("Camera")
RegisterBarotrauma("Key")