more types

This commit is contained in:
jimmyl
2021-09-04 13:04:47 +02:00
committed by GitHub
parent 6fff9875da
commit f938607119
@@ -208,6 +208,8 @@ namespace Barotrauma
UserData.RegisterType<Pair<JobPrefab, int>>();
UserData.RegisterType<ContentPackage>();
UserData.RegisterType<ClientPermissions>();
UserData.RegisterType<SubmarineInfo>();
UserData.RegisterType<SubmarineBody>();
lua = new Script(CoreModules.Preset_SoftSandbox);