Remove a spawned actor
actor
void removeActor(Actor actor) { actors.remove(actor); _actorRemovedEvent.add(actor); }