Creating Entity
To create an entity, you need to call theCreate method on your search.
system/create_player.go
Destroying Entity
To destroy an entity, you need to call theDestroy method on the entity.
system/destroy_player.go
How to create and remove entities in Cardinal
Create method on your search.
Destroy method on the entity.