firesources

This commit is contained in:
Evil Factory
2021-08-18 22:56:28 -03:00
parent c11d889d51
commit b8fffad6c8
@@ -157,6 +157,7 @@ namespace Barotrauma
UserData.RegisterType<SerializableProperty>(); UserData.RegisterType<SerializableProperty>();
UserData.RegisterType<StatusEffect>(); UserData.RegisterType<StatusEffect>();
UserData.RegisterType<CustomInterface.CustomInterfaceElement>(); UserData.RegisterType<CustomInterface.CustomInterfaceElement>();
UserData.RegisterType<FireSource>();
lua = new Script(CoreModules.Preset_SoftSandbox | CoreModules.LoadMethods); lua = new Script(CoreModules.Preset_SoftSandbox | CoreModules.LoadMethods);