misc registers

This commit is contained in:
Evil Factory
2022-05-14 11:06:17 -03:00
parent 003aeb2cec
commit a9d605bffc
2 changed files with 3 additions and 0 deletions
@@ -10,6 +10,7 @@ for key, value in pairs(localizedStrings) do
end end
RegisterBarotrauma("Networking.ClientPeer") RegisterBarotrauma("Networking.ClientPeer")
RegisterBarotrauma("Networking.GameClient")
RegisterBarotrauma("ChatBox") RegisterBarotrauma("ChatBox")
RegisterBarotrauma("GUICanvas") RegisterBarotrauma("GUICanvas")
@@ -2,6 +2,7 @@ local Register = LuaSetup.Register
local RegisterBarotrauma = LuaSetup.RegisterBarotrauma local RegisterBarotrauma = LuaSetup.RegisterBarotrauma
Register("System.TimeSpan") Register("System.TimeSpan")
Register("System.Exception")
RegisterBarotrauma("LuaByte") RegisterBarotrauma("LuaByte")
RegisterBarotrauma("LuaUShort") RegisterBarotrauma("LuaUShort")
@@ -171,6 +172,7 @@ RegisterBarotrauma("LocationConnection")
RegisterBarotrauma("LocationType") RegisterBarotrauma("LocationType")
RegisterBarotrauma("LocationTypeChange") RegisterBarotrauma("LocationTypeChange")
RegisterBarotrauma("DebugConsole")
RegisterBarotrauma("DebugConsole+Command") RegisterBarotrauma("DebugConsole+Command")
RegisterBarotrauma("TextManager") RegisterBarotrauma("TextManager")