mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 14:52:35 +02:00
* Retrofitted ComponentManager_Test to use DependencyCollection. * Renamed ComponentManager_Test to ComponentManager_Tests to follow naming conventions. * Added component add/remove/delete events to IComponentManager. Removed IEntity dependency from ComponentManager. * Entities can now be spawned without a prototype. * Removed unused function. * CreateEntity now actually works with a null prototype ID. The other spawn functions should work as well. Updated doc comments for IEntityManager.SpawnEntity().