It's a single player survival game, and I can't decide what would be the best method for spawning enemies
Players are in the same map but can't see or collide with each other
Enemies will come in great numbers and different types
Should I spawn enemies locally?
Should I spawn them on the server-side, and make them invisible and non-collidable for other players?