register GameMain, BanList and BannedPlayer

This commit is contained in:
EvilFactory
2022-08-10 16:52:27 -03:00
parent 40814a1723
commit 412a9e0055

View File

@@ -15,6 +15,10 @@ RegisterBarotrauma("LuaUInt64")
RegisterBarotrauma("LuaSingle")
RegisterBarotrauma("LuaDouble")
RegisterBarotrauma("GameMain")
RegisterBarotrauma("Networking.BanList")
RegisterBarotrauma("Networking.BannedPlayer")
RegisterBarotrauma("Range`1[System.Single]")
RegisterBarotrauma("Range`1[System.Int32]")