EntitySpawnerComponent

This commit is contained in:
Evil Factory
2022-01-17 10:10:59 -03:00
parent 36f201692a
commit 33ca66fcae
@@ -45,7 +45,6 @@ RegisterBarotrauma("MapEntity")
RegisterBarotrauma("MapEntityPrefab") RegisterBarotrauma("MapEntityPrefab")
RegisterBarotrauma("CauseOfDeath") RegisterBarotrauma("CauseOfDeath")
RegisterBarotrauma("CharacterTeamType") RegisterBarotrauma("CharacterTeamType")
RegisterBarotrauma("Items.Components.Connection")
RegisterBarotrauma("CharacterInventory") RegisterBarotrauma("CharacterInventory")
RegisterBarotrauma("Hull") RegisterBarotrauma("Hull")
RegisterBarotrauma("Gap") RegisterBarotrauma("Gap")
@@ -64,6 +63,7 @@ RegisterBarotrauma("Inventory")
RegisterBarotrauma("ItemInventory") RegisterBarotrauma("ItemInventory")
AddCallMetaMember(RegisterBarotrauma("FireSource")) AddCallMetaMember(RegisterBarotrauma("FireSource"))
RegisterBarotrauma("Items.Components.Connection")
RegisterBarotrauma("Items.Components.Fabricator") RegisterBarotrauma("Items.Components.Fabricator")
RegisterBarotrauma("Items.Components.ItemComponent") RegisterBarotrauma("Items.Components.ItemComponent")
RegisterBarotrauma("Items.Components.WifiComponent") RegisterBarotrauma("Items.Components.WifiComponent")
@@ -112,6 +112,7 @@ RegisterBarotrauma("Items.Components.Repairable")
RegisterBarotrauma("Items.Components.RepairTool") RegisterBarotrauma("Items.Components.RepairTool")
RegisterBarotrauma("Items.Components.NameTag") RegisterBarotrauma("Items.Components.NameTag")
RegisterBarotrauma("Items.Components.LevelResource") RegisterBarotrauma("Items.Components.LevelResource")
RegisterBarotrauma("Items.Components.EntitySpawnerComponent")
RegisterBarotrauma("AIController") RegisterBarotrauma("AIController")
RegisterBarotrauma("EnemyAIController") RegisterBarotrauma("EnemyAIController")