Remove unnecessary casts and added registration for ImmutableArray

This commit is contained in:
EvilFactory
2023-03-20 16:42:17 -03:00
parent 64215c5722
commit e5043e79ea
2 changed files with 19 additions and 6 deletions
@@ -96,6 +96,7 @@ RegisterBarotrauma("StartItemSet")
RegisterBarotrauma("RelatedItem")
RegisterBarotrauma("UpgradeManager")
RegisterBarotrauma("CargoManager")
RegisterBarotrauma("HireManager")
RegisterBarotrauma("FabricationRecipe")
RegisterBarotrauma("PreferredContainer")
RegisterBarotrauma("SwappableItem")
@@ -336,6 +337,7 @@ RegisterBarotrauma("Wallet")
RegisterBarotrauma("Faction")
RegisterBarotrauma("FactionPrefab")
RegisterBarotrauma("Reputation")
RegisterBarotrauma("Location")
RegisterBarotrauma("LocationConnection")