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

View File

@@ -10,6 +10,7 @@ for key, value in pairs(localizedStrings) do
end
RegisterBarotrauma("Networking.ClientPeer")
RegisterBarotrauma("Networking.GameClient")
RegisterBarotrauma("ChatBox")
RegisterBarotrauma("GUICanvas")

View File

@@ -2,6 +2,7 @@ local Register = LuaSetup.Register
local RegisterBarotrauma = LuaSetup.RegisterBarotrauma
Register("System.TimeSpan")
Register("System.Exception")
RegisterBarotrauma("LuaByte")
RegisterBarotrauma("LuaUShort")
@@ -171,6 +172,7 @@ RegisterBarotrauma("LocationConnection")
RegisterBarotrauma("LocationType")
RegisterBarotrauma("LocationTypeChange")
RegisterBarotrauma("DebugConsole")
RegisterBarotrauma("DebugConsole+Command")
RegisterBarotrauma("TextManager")