Original Post
This question is related to when to load game resources or creating game objects references.
Example: I created an Alien object reference in the Game constructor even though it does not get added into the game until a certain requirement is fulfilled.
I never understood when to create game object references even though they do not appear until the later parts of the game.