Hi,
I know that LoadContent and UnloadContent have a chance of being called more than once. However I am wondering if Initialize will have a chance to be called more than once. The documentation doesn't really go into this. Or is it better to do most of my "initialization" in the constructor?
Thanks,