i should probably use reflection to automatically register all components

This commit is contained in:
Evil Factory
2021-10-09 10:45:50 -03:00
parent 0000605186
commit 65f956741f

View File

@@ -388,6 +388,7 @@ namespace Barotrauma
UserData.RegisterType<DeliveryMethod>();
UserData.RegisterType<RelayComponent>();
UserData.RegisterType<MemoryComponent>();
UserData.RegisterType<Engine>();
UserData.RegisterType<Rand.RandSync>();
UserData.RegisterType<Skill>();
UserData.RegisterType<SkillPrefab>();