EntitySpawnerComponent

This commit is contained in:
Evil Factory
2022-01-17 10:10:59 -03:00
parent 36f201692a
commit 33ca66fcae

View File

@@ -45,7 +45,6 @@ RegisterBarotrauma("MapEntity")
RegisterBarotrauma("MapEntityPrefab")
RegisterBarotrauma("CauseOfDeath")
RegisterBarotrauma("CharacterTeamType")
RegisterBarotrauma("Items.Components.Connection")
RegisterBarotrauma("CharacterInventory")
RegisterBarotrauma("Hull")
RegisterBarotrauma("Gap")
@@ -64,6 +63,7 @@ RegisterBarotrauma("Inventory")
RegisterBarotrauma("ItemInventory")
AddCallMetaMember(RegisterBarotrauma("FireSource"))
RegisterBarotrauma("Items.Components.Connection")
RegisterBarotrauma("Items.Components.Fabricator")
RegisterBarotrauma("Items.Components.ItemComponent")
RegisterBarotrauma("Items.Components.WifiComponent")
@@ -112,6 +112,7 @@ RegisterBarotrauma("Items.Components.Repairable")
RegisterBarotrauma("Items.Components.RepairTool")
RegisterBarotrauma("Items.Components.NameTag")
RegisterBarotrauma("Items.Components.LevelResource")
RegisterBarotrauma("Items.Components.EntitySpawnerComponent")
RegisterBarotrauma("AIController")
RegisterBarotrauma("EnemyAIController")