spawnBundle method
Spawns and returns the entity wrapped by bundle.
Implementation
WorldEntity spawnBundle(Bundle bundle) => spawn(Some(bundle.components));
Spawns and returns the entity wrapped by bundle.
WorldEntity spawnBundle(Bundle bundle) => spawn(Some(bundle.components));